topological-sort 0.2.0

Performs topological sorting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[package]
authors = ["gifnksm <makoto.nksm+github@gmail.com>"]
description = "Performs topological sorting."
documentation = "https://docs.rs/topological-sort"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "topological-sort"
readme = "README.md"
repository = "https://github.com/gifnksm/topological-sort-rs"
version = "0.2.0"