filecaster 0.2.3

Procedural macro to derive configuration from files, with optional merging capabilities.
Documentation
1
2
3
4
5
6
7
{
  "key": "json key",
  "number": 123,
  "nested": {
    "inner_number": 42
  }
}