fn normalize(input: &str) -> Result<String, ProjectPathError>Expand description
Lexically canonicalize a project-relative path: fold \ to /, drop
./empty segments, resolve .., and NFC-normalize. No filesystem access.
fn normalize(input: &str) -> Result<String, ProjectPathError>Lexically canonicalize a project-relative path: fold \ to /, drop
./empty segments, resolve .., and NFC-normalize. No filesystem access.