rust-igraph 0.0.1-alpha.0

Pure-Rust port of the igraph network analysis library (alpha — Phase 0).
Documentation
1
2
3
4
5
//! Graph traversal. Phase 0 only ships BFS.

pub mod bfs;

pub use bfs::bfs;