Skip to main content

Module router

Module router 

Source
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§

RouterExt
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