A directed acyclic graph data structure library built on top of petgraph.
# Cargo.toml
[dependencies]
daggy = "0.9.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a directed acyclic graph and adds nodes and edges.
Use add_edge_with_cycle_check or ensure no cycles beforehand.
No dependency data recorded yet.