This repository aggregates several tools used to include batteries to actix and actix-web applications.
By default no actors are included, but only basic tooling (sentry, logging and 12-factor configuration).
You may include or disable them with the cargo features flag on your Cargo.toml
file.
Settings.toml
and environmental variable overrides (config
)sentry
)json_logs
)influx_actors
)mqtt_actors
)redis_actors
)diesel_actors
)
cargo test --all-features
Coming soon!