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;