ini-rs 0.3.0

Read and write INI files with funcions. Also allows direct access to INI data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[gENeral]
app_name = TestApp
version = 1.0.0
enabled = true
[DaTAbase]
hoSt = localhost
poRt = 5432
usernaMe = test_user
passWOrd = secret
[Logging]
levEl = DEBUG
fIle = application.log
[FeaTUres]
feature_X = enabled
featUre_y = disabled