Expand description
A crate for validating and scheduling directed acyclic graphs.
Modules
- Support for serializing
Dag
as a dot file, for use with graphiz.
Structs
- An error that occurs during schedule building that can give back the erroneous
Dag
. - A directed acyclic graph.
- A named node in a graph.
- A built dag schedule.
Enums
- An error in dag creation or scheduling.
Functions
- Assert the scheduled batches of a
Dag
.