topological-sort-rs Build Status

Performs topological sorting.

Documentation

How to use?

Add this to your Cargo.toml:

toml [dependencies] topological-sort = "*"

and this to your crate root:

rust extern crate "topological-sort" as tsort;