configer 0.6.0

A simple configuration management implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"