dynamic-config 0.6.0

Hot-reloadable, lock-free application configuration with a one-attribute API, built on figment.
Documentation
1
2
3
4
5
6
7
; Written by a deployment tool that only knows how to emit INI.
; Nothing in this crate can read it — the example next door teaches it to.

[db]
port = 6543
pool = 32
tls  = true