Expand description
In-memory graph operations — the core data structure.
Re-exports§
pub use builder::GraphBuilder;pub use memory_graph::MemoryGraph;pub use traversal::bfs_traverse;pub use traversal::TraversalDirection;
Modules§
- builder
- Fluent API for building MemoryGraph instances.
- memory_
graph - Core graph structure — nodes + edges with adjacency indexes.
- traversal
- Graph traversal algorithms (BFS).