omnipath 0.1.1

Path utlity library
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod kind;
#[cfg(any(doc, all(windows, feature = "std")))]
mod sys;

#[cfg(any(doc, all(windows, feature = "std")))]
pub use sys::{resolve_prefix, WinPathExt};

pub use kind::{Win32Relative, WinPathKind};