Performs topological sorting.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] topological-sort = "*"
and this to your crate root:
rust extern crate "topological-sort" as tsort;