Expand description
dumbo-config - A configuration loading library with enhanced logging and error handling
This library provides a flexible way to load configuration from files and environment variables, with detailed logging and comprehensive error handling.
Re-exports§
pub use models::ConfigError;pub use models::EnvConfig;pub use models::LoadingParam;pub use loading::load_config_with_param;pub use config::load_config;pub use config::load_config_from_file;pub use config::load_named_config;