pub const fn normalize_const(path: &str) -> &strExpand description
Normalizes a path string at compile time for string literals.
This performs basic normalization that can be done in const context. For string literals, this ensures the path is normalized at compile time.
Note: This is a simplified version that handles most common cases.
For complete normalization, use the runtime normalize_path() function.