Re-exports§
pub use inventory;
Macros§
- create_
router - Creates a router from the provided group
- route
- Creates a route and add it to the group
- route_
group - Define a route group
- routes
- Returns an iterator over the routes of the provided group
Traits§
- Route
- A trait for defining a route. All routes must implement this trait