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
# Only the keys that differ from base.json. Merging is deep, so database.port
# and database.tls below survive alongside database.host from the base file.
database:
  host: db.prod.internal
  tls: "true"