Skip to main content

Module path

Module path 

Source
Expand description

Cross-platform path utilities.

Handles path normalization, case sensitivity, and platform differences.

Structs§

NormalizedPath
A normalized, platform-aware path representation.

Functions§

normalize
Normalize a path by resolving . and .. components without touching the filesystem (no symlink resolution).
normalize_for_key
Normalize a path into a stable string key for hashing and comparisons.
normalize_msys_path
Convert an MSYS2/Git Bash style path to a native Windows path.