smart-config 0.4.0-pre.4

Schema-driven layered configuration system with support of multiple configuration formats
Documentation
//! # Additional library documentation
//!
//! This module and submodules contains additional docs on how to use the `smart-config` library.
//!
//! 1. [Derive macros reference](derive_ref)
//! 2. [Derive macro examples](derive_examples)
//! 3. [Combining configuration sources](sources)
//!
//! # Links to "main" documentation
//!
//! For completeness, here are some advanced topics documented in the corresponding modules of the library:
//!
//! - [Deserialization overview](crate::de)
//! - [Config validation](crate::validation)
//! - [Parameter fallbacks](crate::fallback)
//! - [String pattern matching](crate::pat)
//! - [Testing configurations](crate::testing)

pub mod derive_examples;
pub mod derive_ref;
pub mod sources;