Skip to main content

Module graph

Module graph 

Source
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).