Expand description
Route matching engine for elif.rs
This module provides the core route matching functionality that efficiently resolves incoming requests to the appropriate route handlers.
Structs§
- Matcher
Stats - Statistics about the route matcher
- Route
Definition - Definition of a route to be compiled
- Route
Matcher - High-performance route matcher
- Route
Matcher Builder - Builder for creating route matchers
Enums§
- Route
Match Error - Errors that can occur during route matching