configer 0.6.0

A simple configuration management implemented in Rust.
Documentation
1
2
3
4
strings = ["apple", "banana", "orange"]

integers = [1, 2, 3]

floats = [1.024, 10.24, 102, 4]

booleans = [true, false, true]