Expand description
§GraphRust Core
Core graph data structures optimized for cache locality and FFI compatibility. Provides efficient representations for both directed and undirected graphs.
Re-exports§
pub use graph::Graph;pub use graph::GraphBuilder;pub use types::EdgeWeight;pub use types::NodeId;pub use types::NodeWeight;