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
//! File I/O for graphs. Phase 0 only ships `edgelist`.

pub mod edgelist;

pub use edgelist::read_edgelist;