Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

normalize_const

Function normalize_const 

Source
pub const fn normalize_const(path: &str) -> &str
Expand 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.