Skip to main content

Crate actix_cloud_extra

Crate actix_cloud_extra 

Source
Expand description

Extra tools for Actix Cloud.

Everything is organized in small modules, each behind a cargo feature so you only compile what you need:

Default features: api, entity, logger, seaorm and macros, which enable hyuuid and utils transitively.

Re-exports§

pub use hyuuid::HyUuid;hyuuid

Modules§

apiapi
REST API helpers: pagination parameters, dynamic query condition building and common request payloads.
entityentity
SeaORM entity helpers.
hyuuidhyuuid
HyUuid: a strictly hyphenated UUID wrapper used as the universal ID type.
loggerlogger
Default logger setup for Actix Cloud applications.
macrosmacros
utilsutils