Module matcher

Module matcher 

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

MatcherStats
Statistics about the route matcher
RouteDefinition
Definition of a route to be compiled
RouteMatcher
High-performance route matcher
RouteMatcherBuilder
Builder for creating route matchers

Enums§

RouteMatchError
Errors that can occur during route matching