Expand description
Re-exports§
pub use router::build_router;routerpub use actix_web;actix-webpub use anyhow;anyhowpub use chrono;chronopub use config;configpub use tokio;tokiopub use tracing;loggerpub use tracing_actix_web;traceid
Modules§
- csrf
csrf - i18n
i18n - logger
logger - Provide logger feature. The inner library uses tracing. See their documents for how to log in the program.
- 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 - The
Errortype, a wrapper around a dynamic error type.
Type Aliases§
- Result
anyhow Result<T, Error>
Attribute Macros§
- async_
trait async-trait - main
macros