Crates.io | actix-settings |
lib.rs | actix-settings |
version | 0.8.0 |
source | src |
created_at | 2020-11-02 20:50:45.535827 |
updated_at | 2024-08-07 00:46:15.173325 |
description | Easily manage Actix Web's settings from a TOML file and environment variables |
homepage | https://actix.rs |
repository | https://github.com/actix/actix-extras |
max_upload_size | |
id | 308049 |
size | 121,217 |
Easily manage Actix Web's settings from a TOML file and environment variables.
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.
This crate was made possible by support from Accept B.V and @jjpe.