hydroconf 0.2.0

Effortless configuration management for Rust.
Documentation
1
2
3
4
5
6
[default]
pg.port = 5432
pg.host = 'localhost'

[production]
pg.host = 'db-0'