Crate graph
Structs
| Edge | Represents a directed edge within a Graph |
| Graph | Base Graph implementation |
| ShortestPathResult | Structure used as the return value of calculating the shortest path |
Type Definitions
| NodeIdentifier | Identifier for nodes in a Graph |