Expand description
Parameterized routing for generic resources in Rust.
Modules§
- capture
- Types and traits related to parameter capturing.
- matcher
- Matchers used to compare against incoming segments.
- node
- Nodes to represent the internal structure of a router.
- parser
- Parsers used to create
Matcher
values from segments. - prelude
- A “prelude” for crates using the
usher
crate. - router
- Routing abstractions based on custom rulesets.