configer 0.6.0

A simple configuration management implemented in Rust.
Documentation
string_value = "Hello configer!"

integer_value = 9527

float_value = 3.8848

boolean_value = true



strings = ["apple", "banana", "orange"]

integers = [1, 2, 3]

floats = [1.024, 10.24, 102, 4]

booleans = [true, false, true]



[table]

table_s = "value1"

table_i32 = 42

table_f64 = 3.14

table_bool = true

table_datetime = "2024-03-15T01:00:00Z"



[database]

enabled = true

servers = ["192.168.1.1", "192.168.1.2", "192.168.1.3"]



[[endpoints]]

hello = "world"

[[endpoints]]

world = "hello"