Expand description
Graph data models.
This module provides the core data structures for representing graphs:
CsrMatrix: Compressed Sparse Row format for adjacency matricesNodeId,Distance,ComponentId: Graph node types
Re-exports§
pub use csr::CsrMatrix;pub use csr::CsrMatrixBuilder;pub use node::ComponentId;pub use node::Distance;pub use node::NodeId;