Crates.io | topologic |
lib.rs | topologic |
version | 1.1.0 |
source | src |
created_at | 2023-07-12 02:40:25.833626 |
updated_at | 2024-01-23 22:24:28.282284 |
description | Topological sorting of Acyclic Dependency Graphs |
homepage | |
repository | https://github.com/oclyke/topologic |
max_upload_size | |
id | 914241 |
size | 15,794 |
This module provides a structure for representing and manipulating acyclic dependency graphs. Usage is generally to build a graph of dependencies by adding direct dependency pairs and then querying the graph for properties such as:
Please see the unit tests in lib.rs
for examples of usage.