Registry / utility / topological-sort

topological-sort

JSON →
library0.2.2rscratesunverified

Performs topological sorting.

# Cargo.toml [dependencies] topological-sort = "0.2.2"
INSTALL
IMPORT
SIG · TOPOLOGICAL-SORT
T
topological-sort
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TopologicalSort
✓ use topological_sort::TopologicalSort;

Performs topological sorting on a directed acyclic graph.

use topological_sort::TopologicalSort; let mut ts = TopologicalSort::new(); ts.add_dependency("A", "B"); let sorted = ts.pop_all(); println!("{:?}", sorted);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
topological-sort — cargo add topological-sort · libregistry