layeredconf 0.2.3

Layered configeration files, deserialized with serde
Documentation
1
2
3
4
5
6
7
8
{
  "db": {
    "uri": "postgres://user:pass@db_here"
  },
  "twitter": {
    "auth_token": "123"
  }
}