rssettings 0.2.0

A lib crate to manage .ini style settings file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#######################################################################
# This is an example of a settings file
# used to test rssettings crate
#######################################################################
[GENERAL]
enabled = tru
integer_value = 1000a
float_value = 123a.456
string_value = the quick brown fox jump over the lazy dog

[LOG]
enabled = true
log_level = 5 # 1 = fatal logs only, 2 = fatal & critical, 3 = fatal, critical & warning, 4 = fatal, critical, warning & debug, 4 = all logs