Crate backend
backend
0.1.0
All Items
Crate Items
Modules
Structs
Functions
Crate
backend
Copy item path
Source
Modules
ยง
cookie
๐
Cookie and JWT authentication utilities This module aggregates and re-exports all cookie-related functionalities, including JWT handling and validation middleware.
env
๐
Environment configuration loading
handlers
๐
HTTP request handlers for all endpoints This module aggregates and re-exports all API endpoint handler functions.
models
๐
Data structures for request/response serialization
router
๐
Axum router configuration with all routes and middleware
Structs
ยง
AppState
Shared application state passed to all route handlers.
Functions
ยง
main
๐
Main application entry point.