softpath 0.2.2

A human-friendly file and directory path manipulation library for Rust.
Documentation
1
2
3
4
5
6
//! Common imports for ergonomic usage


pub use crate::error::*;
pub use crate::ops::*;
pub use crate::utils::*;