recollection 0.1.0

implementations and reimplementations of common data structures and algorithms
Documentation
1
2
3
4
pub use crate::{
    error::{RecolError, RecolResult},
    data::graph::{Graph, Direction, Node, Edge},
};