Expand description
Router utilities for RustAPI framework
Provides a builder API for creating routers without directly exposing Axum types. Users interact through the router module rather than importing Router directly.
Traits§
- Router
Ext - Extension trait to add a
finish()method to Router
Functions§
- build
- Create a new router builder
Type Aliases§
- Router
- Re-export Axum’s Router type