wof 1.0.0

The Who's On First rust library and command line.
Documentation
1
2
3
//! Work with WOF repository folders. Walk through directories.
mod walk;
pub use crate::repo::walk::Walk;