confique 0.4.0

Type-safe, layered, light-weight, `serde`-based configuration library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod example1;
pub(crate) mod example2;


#[allow(unused_macros)]
macro_rules! include_format_output {
    ($file:expr) => {
        include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/format-output/", $file))
    };
}

#[allow(unused_imports)]
pub(crate) use include_format_output;