Normalizes paths similarly to canonicalize, but without performing I/O.
This is like Python's os.path.normpath
.
Initially adapted from Cargo's implementation.
Example
use NormalizePath;
use Path;
assert_eq!;
Normalizes paths similarly to canonicalize, but without performing I/O.
This is like Python's os.path.normpath
.
Initially adapted from Cargo's implementation.
use NormalizePath;
use Path;
assert_eq!;