typed-path 0.12.3

Provides typed variants of Path and PathBuf for Unix and Windows
Documentation
1
2
3
4
5
6
pub(crate) mod constants;
mod non_utf8;
mod utf8;

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