Expand description
Cross-platform path utilities.
Handles path normalization, case sensitivity, and platform differences.
Structs§
- Normalized
Path - 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.
- stable_
path_ id - Return a compact, stable identifier for a path.