14 releases

0.2.2 Jul 18, 2022
0.1.0 Jan 3, 2018
0.0.10 Sep 10, 2017
0.0.9 May 29, 2017
0.0.5 Mar 29, 2015

#48 in Algorithms

Download history 43897/week @ 2024-01-03 48090/week @ 2024-01-10 48415/week @ 2024-01-17 46641/week @ 2024-01-24 48339/week @ 2024-01-31 51100/week @ 2024-02-07 53792/week @ 2024-02-14 48805/week @ 2024-02-21 56488/week @ 2024-02-28 52521/week @ 2024-03-06 52268/week @ 2024-03-13 52814/week @ 2024-03-20 50754/week @ 2024-03-27 54913/week @ 2024-04-03 51389/week @ 2024-04-10 44977/week @ 2024-04-17

211,663 downloads per month
Used in 214 crates (22 directly)

MIT/Apache

18KB
349 lines

topological-sort-rs

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

Performs topological sorting.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
topological-sort = "0.2.2"

Minimum supported Rust version (MSRV)

The minimum supported Rust version is Rust 1.43.1. 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