rskit-config 0.2.0-alpha.2

Adapter-oriented configuration loading with validation
Documentation
1
2
3
4
5
6
7
8
9
10
//! Identity-aware include-merge for strict, layered config documents.

mod identity;
mod include_merge;

#[cfg(test)]
mod tests;

pub use identity::{CompositeKey, IdentityKey, MergeIdentity};
pub use include_merge::IncludeMerge;