Module zepter::dag

source ·
Expand description

Directed Acyclic Graphs (Dag) and Paths through them.

Can be used to build and trace dependencies in a rust workspace.

Structs§

  • Represents Directed Acyclic Graph through its edge relation.
  • A path inside a 8Dag].