21 releases

0.4.2 Sep 19, 2023
0.4.1 Jul 18, 2022
0.3.3 May 17, 2021
0.3.2 Jan 3, 2018
0.1.4 Feb 21, 2015

#875 in Encoding

Download history 95/week @ 2023-12-10 67/week @ 2023-12-17 24/week @ 2023-12-24 150/week @ 2023-12-31 176/week @ 2024-01-07 77/week @ 2024-01-14 70/week @ 2024-01-21 68/week @ 2024-01-28 106/week @ 2024-02-04 127/week @ 2024-02-11 167/week @ 2024-02-18 225/week @ 2024-02-25 211/week @ 2024-03-03 390/week @ 2024-03-10 159/week @ 2024-03-17 133/week @ 2024-03-24

904 downloads per month
Used in 5 crates (3 directly)

MIT/Apache

22KB
458 lines

union-find-rs

maintenance status: passively-maintained license crates.io docs.rs rust 1.70.0+ badge Rust CI codecov

Struct and methods for union-find operation.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
union-find = "0.4.2"

Minimum supported Rust version (MSRV)

The minimum supported Rust version is Rust 1.70.0. At least the last 3 versions of stable Rust are supported at any given time.

While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps