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
mod inner_segment;
mod segments;

pub(crate) use inner_segment::InnerSegmentIter;
pub use segments::Segments;