pub fn logical_path_key(path: &Path) -> StringAvailable on crate feature
unicode only.Expand description
Produce a Unicode-normalized logical key for comparison purposes.
Requires the unicode feature. The result must not be used as a filesystem path.
Normalization form: NFC.