Crate actix_cloud

Source
Expand description

Actix Cloud is an all-in-one web framework based on Actix Web.

Please refer to our crate.io and Github for more documents.

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§

csrfcsrf
i18ni18n
loggerlogger
Provide logger feature. The inner library uses tracing. See their documents for how to log in the program.
macrosmacros
memorydbmemorydb
requestrequest
responseresponse
response_buildresponse-build
routerrouter
securitysecurity
sessionsession
statestate
utilsutils

Macros§

bailanyhow
Return early with an error.
mapi18n
Make map creation easier.
ti18n
Get I18n text

Structs§

Erroranyhow
The Error type, a wrapper around a dynamic error type.

Type Aliases§

Resultanyhow
Result<T, Error>

Attribute Macros§

async_traitasync-trait
mainmacros