Expand description
Route path validation utilities
This module provides compile-time and runtime validation for route paths. The validation logic is shared between the proc-macro crate (for compile-time validation) and the core crate (for runtime validation and testing).
Enums§
- Path
Validation Error - Result of path validation
Functions§
- is_
valid_ path - Check if a path is valid (convenience function)
- validate_
path - Validate route path syntax