Skip to main content

Module core

Module core 

Source
Expand description

Core data structures for rust-igraph.

Phase 0 walking-skeleton scope: just enough types so algorithms::bfs, algorithms::io::read_edgelist, and the oracle test can land. The full igraph_t-equivalent structure replaces this during Phase 1 (see docs/plans/MASTER_PLAN.md).

Re-exports§

pub use cache::CachedProperty;
pub use error::IgraphError;
pub use error::IgraphResult;
pub use graph::Graph;
pub use graph::VertexId;

Modules§

cache
Per-graph property cache (ALGO-CORE-001f).
error
Error type for rust-igraph.
graph
Graph — pure-Rust port of igraph_t.