op-config 0.1.0

An extensible OP Stack configuration file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// Convenience [figment::Error] wrapper.
/// Uses a custom [OpStackConfigError] under the hood.
pub mod error;

/// Extends a [figment::Provider] by warning about deprecated profile key usage.
pub mod optional;

/// Renames the [figment::Provider] `from` key to `to`.
pub mod rename;

/// Holds a [figment::Provider] that is used to retrieve a toml file.
pub mod toml;

/// Unwraps a profile reducing the key depth.
pub mod unwraps;

/// Wraps a profile increasing the key depth.
pub mod wraps;