qubit-config 0.9.0

Powerful type-safe configuration management with multi-value properties, variable substitution, and rich data type support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
host = "localhost"
port = 8080
debug = true
timeout = 30.5

[app]
name = "MyApp"
version = "1.0.0"

[server]
host = "0.0.0.0"
port = 9090

[tags]
list = ["web", "api", "v2"]