typed-path 0.9.2

Provides typed variants of Path and PathBuf for Unix and Windows
Documentation
1
2
3
4
5
6
7
8
mod errors;
#[macro_use]
mod non_utf8;
mod utf8;

pub use errors::*;
pub use non_utf8::*;
pub use utf8::*;