Expand description
Route pattern matching system for elif.rs
This module provides the core route pattern parsing and matching functionality that is independent of Axum and uses pure elif types.
Structs§
- Compiled
Route - A compiled route ready for matching
- Route
Match - Information about a matched route
- Route
Pattern - Parsed route pattern with compiled segments
Enums§
- Param
Constraint - Parameter constraints for validation
- Path
Segment - A single path segment in a route pattern
- Route
Pattern Error - Errors that can occur during route pattern operations
Type Aliases§
- RouteId
- Unique identifier for a route