Performs topological sorting.
[Documentation](http://gifnksm.github.io/topological-sort-rs)
Add this to your `Cargo.toml`:
```toml
[dependencies]
topological-sort = "*"
```
and this to your crate root:
```rust
extern crate "topological-sort" as tsort;
```