x-path 0.1.0-alpha.0

x-path is a if-it-compiles-it-works solution for safe Rust paths with abs/rel and file/dir variants for API safety and cross platform support
Documentation
1
2
3
4
5
6
7
mod expand_envs;
mod path;
mod win_drive;

pub(crate) use expand_envs::expand_envs;
pub(crate) use path::PathInner;
pub(crate) use win_drive::windows_drive;