Module pattern

Module pattern 

Source
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§

CompiledRoute
A compiled route ready for matching
RouteMatch
Information about a matched route
RoutePattern
Parsed route pattern with compiled segments

Enums§

ParamConstraint
Parameter constraints for validation
PathSegment
A single path segment in a route pattern
RoutePatternError
Errors that can occur during route pattern operations

Type Aliases§

RouteId
Unique identifier for a route