Skip to main content

Module router

Module router 

Source
Expand description

Matchit-based router with zero-alloc route matching.

Uses matchit::Router (the same library as Axum) for efficient radix-tree based route matching with zero heap allocations per request.

Structsยง

Router
Matchit-based router.