jaaptools 0.1.14

I really just wanted to try publishing a package, but this contains stuff I find useful in many circumstances.
Documentation
1
2
3
4
5
pub mod fs;
/// Iterators that I find useful (or just wanted to try creating)
pub mod iter;
pub mod ops;
pub mod result;