gonfig 0.1.12

A unified configuration management library for Rust that seamlessly integrates environment variables, config files, and CLI arguments
Documentation
1
2
3
4
5
6
7
8
9
[mongo]
uri = "mongodb://prod-server:27017"
database = "production_db"
connection_timeout = 30

[server]
host = "127.0.0.1"
port = 3000
worker_threads = 8