Skip to main content

normalize_case

Function normalize_case 

Source
pub fn normalize_case(path: &str) -> String
Expand description

Normalize path case for case-insensitive filesystem comparison.

On macOS and Windows, filesystems are case-insensitive (but case-preserving). This function lowercases the path for comparison purposes.