mun_paths 0.4.0

Provides convenience structures for handling relative- and absolute paths
Documentation
1
2
3
4
pub mod abs_path;

pub use abs_path::{AbsPath, AbsPathBuf};
pub use relative_path::{RelativePath, RelativePathBuf};