Skip to main content

Crate functora_cfg

Crate functora_cfg 

Source
Expand description

§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.

Structs§

Cfg
IdClap
ReClap

Enums§

ConfigError
Represents all possible errors that can occur when working with configuration.

Functions§

eval
substitute_defaults