ini-rs 0.2.2

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