topological-sort 0.0.5

Performs topological sorting.
Documentation

topological-sort-rs Build Status

Performs topological sorting.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
topological-sort = "*"

and this to your crate root:

extern crate "topological-sort" as tsort;