stratify 1.1.0

Layered configuration and structured logging for Rust services: pluggable sources, priority merging, typed access, and a tracing facade
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "app": {
    "name": "example-service",
    "workers": "4"
  },
  "database": {
    "host": "localhost",
    "port": "5432",
    "tls": "false"
  }
}