mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-30 19:10:20 +02:00
* build(deps): bump deadpool-redis from 0.20.0 to 0.21.1 Bumps [deadpool-redis](https://github.com/bikeshedder/deadpool) from 0.20.0 to 0.21.1. - [Changelog](https://github.com/deadpool-rs/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.20.0...deadpool-redis-v0.21.1) --- updated-dependencies: - dependency-name: deadpool-redis dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update redis crate * Update MSRV --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
actix-settings
Easily manage Actix Web's settings from a TOML file and environment variables.
Documentation & Resources
- API Documentation
- Usage Example
- Minimum Supported Rust Version (MSRV): 1.57
Custom Settings
There is a way to extend the available settings. This can be used to combine the settings provided by Actix Web and those provided by application server built using actix
.
Have a look at the usage example to see how.
Special Thanks
This crate was made possible by support from Accept B.V and @jjpe.