recollection 0.1.0

implementations and reimplementations of common data structures and algorithms
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "graph")]
pub mod graph;
#[cfg(feature = "chain")]
pub mod chain;

#[cfg(feature = "graph")]
pub use graph::{Graph, Direction, Node, Edge};