Re-exports§
pub use simple::SimpleGraph;
Modules§
Traits§
- Edge
- Graph
- The basic trait for Graphs to implement. Some algorithms might require
additional traits, such as
crate::domain::Reversibleor [WithPointsOfInterest].
pub use simple::SimpleGraph;crate::domain::Reversible or [WithPointsOfInterest].