Performs topological sorting
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Reynard User 7b7da4defd
Some checks failed
Rust CI / Build-1 (push) Has been cancelled
Rust CI / Code coverage (push) Has been cancelled
Rust CI / Rustfmt Check (push) Has been cancelled
Rust CI / Clippy Check (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Test (push) Has been cancelled
Rust CI / Test-1 (push) Has been cancelled
Rust CI / Build (push) Has been cancelled
chore: sync dependencies (monorepo)
2026-04-13 10:55:54 +02:00
.github Update MSRV to 1.85.0 2026-03-22 08:37:44 +00:00
src Fix clippy::manual_inspect lint: use inspect instead of map in pop() 2026-03-22 08:46:07 +00:00
.gitignore Add Cargo lockfile 2024-02-28 18:16:12 +09:00
Cargo.lock Bump quickcheck_macros from 1.0.0 to 1.2.0 2026-02-11 08:52:50 +00:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-13 10:55:54 +02:00
LICENSE-APACHE Fix license statements 2024-07-11 17:22:00 +01:00
LICENSE-MIT Fix license statements 2024-07-11 17:22:00 +01:00
README.md Bump MSRV to 1.61.0 2023-09-05 22:07:01 +09:00

topological-sort-rs

maintenance status: passively-maintained license crates.io docs.rs rust 1.61.0+ 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.61.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.