tier 0.1.17

Rust configuration library for layered TOML, env, and CLI settings
Documentation
1
2
3
4
5
6
7
8
mod builder;
mod model;
mod path;
mod write;

pub(crate) use self::builder::DeferredPatchLayer;
pub use self::builder::{PatchLayerBuilder, join_patch_prefix};
pub use self::model::{Patch, TierPatch};