Crate luminal_router [−] [src]
Router for mapping hyper::Method and a request path to a hyper::Service.
luminal's router uses a simplified radix tree for speedy lookups. cargo +nightly bench to see
relative performance across some contrived examples.
Structs
| Router |
Router for Hyper. |
Traits
| IntoService |
Type Definitions
| ServiceFuture |
Convenience, especially for |