okcodes-config 0.14.3

Layered configuration system for Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
allowed_external_types = [
    "convert_case::case::Case",
    "nom::error::ErrorKind",
    "serde::de::Deserialize",
    "serde::de::Deserializer",
    "serde::de::Error",
    "serde::ser::Error",
    "serde::ser::Serialize",
]