Expand description
AppState: the shared state every route handler receives via axum::extract::State.
Structs§
- AppState
- Cheap to clone (an
Arc-backed connection pool under the hood, persqlx, andActiveRunis itselfArc<Mutex<..>>-backed) – axum’sStateextractor just requiresCloneto hand a copy to each request. - Demo
Accepted Start - Demo
Quota Exceeded - Demo
Runtime