Skip to main content

Module models

Module models 

Source
Expand description

Graph data models.

This module provides the core data structures for representing graphs:

Re-exports§

pub use csr::CsrMatrix;
pub use csr::CsrMatrixBuilder;
pub use node::ComponentId;
pub use node::Distance;
pub use node::NodeId;

Modules§

csr
Compressed Sparse Row (CSR) matrix format.
node
Node types for graph algorithms.