Crate acyclic_network [−] [src]
Structs
ExternalId |
Every node or link contains an external id. This id is never modified by this library. |
Link | |
LinkIndex |
Newtype wrapping a link index. |
LinkIter | |
LinkRefItem |
A LinkRefItem includes a pointer to the network, as such, it is read only. |
LinkRefIter | |
Network |
A directed, acylic network. |
Node | |
NodeIndex |
Newtype wrapping a node index. The node index is used as an internal index into the node array. It can become unstable in case of removal of nodes. |
Traits
NodeType |