Skip to main content

logical_path_key

Function logical_path_key 

Source
pub fn logical_path_key(path: &Path) -> String
Available 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.