mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
31b1dc5aa8
* Complete the missing TLS feature.
* Make the `cfg` attributes more clear.
* Format the project issued by command `cargo +nightly fmt`.
* Small changes on cargo file.
* Update CHANGES.md.
* Add documentation for `Tls::get_ssl_acceptor_builder()` and remove unused imports.
* Add the `cfg` macro with required feature on `TLS` tests.
* Update actix-settings/src/settings/tls.rs
Co-authored-by: Rob Ede <robjtede@icloud.com>
* Copy the workflow steps related to OpenSSL for windows from [actix-web workflow](
|
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
CHANGES.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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.