config-rs

Rust Build Status Crates.io Docs.rs

Layered configuration system for Rust applications (with strong support for [12-factor] applications).

Usage

toml [dependencies] config = "0.9"

See the documentation or examples for more usage information.

License

config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.