softpath 0.2.2

A human-friendly file and directory path manipulation library for Rust.
Documentation
1
2
3
4
5
mod operations;
mod implementations;
mod path_ext;

pub use path_ext::PathExt;