Structs§
- Admin
Config - Configuration for the admin surface. When present,
build_app_with_admin(orserve_with_admin) mountsPOST /admin/snapshot/saveandPOST /admin/snapshot/loadthat drive the configured admin handle. - Error
Response - Health
Response - Query
Request - Snapshot
Request - Request body for
POST /admin/snapshot/{save,load}. The body is optional; when it is absent (or an empty JSON object) the server uses the path configured inAdminConfig. - Snapshot
Response
Enums§
Functions§
- build_
app - build_
app_ with_ admin - Same as
build_appbut additionally mounts the admin routes whenadmin_configisSome. - serve
- serve_
with_ admin