typed-path 0.12.3

Provides typed variants of Path and PathBuf for Unix and Windows
Documentation
1
2
3
4
5
6
7
8
9
mod components;
mod iter;
mod path;
mod pathbuf;

pub use components::*;
pub use iter::*;
pub use path::*;
pub use pathbuf::*;