mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# actix-settings
|
|
|
|
> Easily manage Actix Web's settings from a TOML file and environment variables.
|
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
[![crates.io](https://img.shields.io/crates/v/actix-settings?label=latest)](https://crates.io/crates/actix-settings)
|
|
[![Documentation](https://docs.rs/actix-settings/badge.svg?version=0.8.0)](https://docs.rs/actix-settings/0.8.0)
|
|
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-settings)
|
|
[![Dependency Status](https://deps.rs/crate/actix-settings/0.8.0/status.svg)](https://deps.rs/crate/actix-settings/0.8.0)
|
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
## Documentation & Resources
|
|
|
|
- [API Documentation](https://docs.rs/actix-settings)
|
|
- [Usage Example][usage]
|
|
- 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][usage] to see how.
|
|
|
|
## Special Thanks
|
|
|
|
This crate was made possible by support from Accept B.V and [@jjpe].
|
|
|
|
[usage]: https://github.com/actix/actix-extras/blob/master/actix-settings/examples/actix.rs
|
|
[@jjpe]: https://github.com/jjpe
|