config 0.14.0

Layered configuration system for Rust applications.
Documentation
1
2
3
4
5
6
7
8
inner_int:
    "1":
        member: "Test Int 1"
    2:
        member: "Test Int 2"
inner_string:
    str_key:
        member: "Test String"