Crates.io | actix-settings |
lib.rs | actix-settings |
version | 0.9.0 |
created_at | 2020-11-02 20:50:45.535827+00 |
updated_at | 2025-08-26 06:49:46.24461+00 |
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 | 131,171 |
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.