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 error::IgraphError;
pub use error::IgraphResult;
pub use graph::Graph;
pub use graph::VertexId;

Modules§

error
Error type for rust-igraph.
graph
Minimal Graph for the Phase 0 walking skeleton.