doido-controller 0.0.9

Action Controller + routing + Tower middleware for Doido: handlers, Context, responses, filters, routes! DSL, sessions, and middleware stacks.
Documentation
1
2
3
/// Controller actions return this type.
/// It wraps an axum response so we can add helpers later.
pub type Response = axum::response::Response;