plain-ds 0.3.1

Plain data structures
Documentation
1
2
3
4
5
mod impl_tree;
mod node;

pub use impl_tree::FileTree;
pub use node::DirNode;