functora-cfg

Crates.iofunctora-cfg
lib.rsfunctora-cfg
version0.1.2
created_at2025-10-16 19:41:17.226947+00
updated_at2025-11-16 19:51:47.992006+00
descriptionA Rust library that merges configuration values from multiple sources into a single typed value.
homepage
repositoryhttps://github.com/functora/functora.github.io/tree/master/rust/functora-cfg
max_upload_size
id1886646
size48,648
(functora)

documentation

https://docs.rs/functora-cfg

README

functora-cfg

A Rust library that merges configuration values from multiple sources into a single typed value. Configuration values are applied in the following order:

  • Defaults
  • Config file
  • Environment variables
  • Command-line arguments

All sources are optional. Only the ones you provide will be applied. Here is an example of how to use the library.


© 2025 Functora. All rights reserved.

Commit count: 1536

cargo fmt