Module graph

Module graph 

Source

Re-exports§

pub use simple::SimpleGraph;
pub use shared_graph::SharedGraph;

Modules§

occupancy
shared_graph
simple

Traits§

Edge
Graph
The basic trait for Graphs to implement. Some algorithms might require additional traits, such as crate::domain::Reversible or [WithPointsOfInterest].