1//! File I/O for graphs. Phase 0 only ships `edgelist`. 2 3pub mod edgelist; 4 5pub use edgelist::read_edgelist;