config-file2 0.4.1

Extremely easy to read and write configuration file
Documentation
1
2
3
4
5
6
7
8
9
10
11
(
    host: "example.com",
    port: 443,
    tags: [
        "example",
        "test",
    ],
    inner: (
        answer: 42,
    ),
)