topological-sort 0.0.2

Performs topological sorting.
docs.rs failed to build topological-sort-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: topological-sort-0.2.2

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;