Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
/ config-rs Public archive
forked from rust-cli/config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

LumiRadio/config-rs

This branch is 666 commits behind rust-cli/config-rs:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2021
Aug 21, 2021
Aug 15, 2021
Aug 15, 2021
Jan 24, 2017
Jan 24, 2017
Mar 17, 2021
Aug 15, 2021
Jan 29, 2017
Jan 29, 2017
May 15, 2021

Repository files navigation

config-rs

Rust Build Status Crates.io Docs.rs

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

  • Set defaults
  • Set explicit values (to programmatically override)
  • Read from JSON, TOML, YAML, HJSON, INI, RON, JSON5 files
  • Read from environment
  • Loosely typed — Configuration values may be read in any supported type, as long as there exists a reasonable conversion
  • Access nested fields using a formatted path — Uses a subset of JSONPath; currently supports the child ( redis.port ) and subscript operators ( databases[0].name )

Usage

[dependencies]
config = "0.11"
  • ini - Adds support for reading INI files
  • json - Adds support for reading JSON files
  • hjson - Adds support for reading HJSON files
  • yaml - Adds support for reading YAML files
  • toml - Adds support for reading TOML files
  • ron - Adds support for reading RON files
  • json5 - Adds support for reading JSON5 files

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.

About

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%