use-route
Small route and path utilities for RustUse.
Experimental
use-route is experimental while the use-web workspace remains below 0.3.0. Expect small API adjustments during the first release wave.
Example
use ;
assert_eq!;
assert!;
assert_eq!;
Scope
- Route normalization and joining.
- Simple segment splitting and depth counting.
- Lightweight
:parampattern matching.
Non-goals
- Full routers.
- Middleware.
- Regex route engines.
- Server implementations.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license