soft-canonicalize 0.5.5

Path canonicalization that works with non-existing paths.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod boundary;
mod dotdot;
mod race;
mod symlink;
#[cfg(windows)]
mod unc;
mod unicode;
#[cfg(windows)]
mod windows;
#[cfg(windows)]
mod windows_symlink;