Expand description
Re-exports§
pub use router::build_router;
router
pub use actix_web;
actix-web
pub use anyhow;
anyhow
pub use chrono;
chrono
pub use config;
config
pub use tokio;
tokio
pub use tracing;
logger
pub use tracing_actix_web;
traceid
Modules§
- csrf
csrf
- i18n
i18n
- logger
logger
- macros
macros
- memorydb
memorydb
- request
request
- response
response
- response_
build response-build
- router
router
- security
security
- session
session
- state
state
- utils
utils
Macros§
Structs§
- Error
anyhow
TheError
type, a wrapper around a dynamic error type.
Type Aliases§
- Result
anyhow
Result<T, Error>
Attribute Macros§
- async_
trait async-trait
- main
macros