Skip to main content

Crate graphrust_core

Crate graphrust_core 

Source
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;

Modules§

graph
Core graph data structure.
types
Core types for the graph library.