rustc/vendor/ena
2019-12-24 22:08:06 +00:00
..
src New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
.cargo-checksum.json New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
Cargo.toml New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
LICENSE-APACHE New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
LICENSE-MIT New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
measurements.txt New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
README.md New upstream version 1.35.0+dfsg1 2019-05-31 19:15:58 -07:00

Build Status

An implementation of union-find in Rust; extracted from (and used by) rustc.

Name

The name "ena" comes from the Greek word for "one".

Features

By default, you just get the union-find implementation. You can also opt-in to the following experimental features:

  • bench: use to run benchmarks (cargo bench --features bench)

License

Like rustc itself, this code is dual-licensed under the MIT and Apache licenses. Pull requests, comments, and other contributions are assumed to imply consent to those terms. Moreover, it is understood that any changes here may well be used in rustc itself under the same terms.