config-file 0.2.3

Read and parse configuration file automatically
Documentation
1
2
3
4
5
6
7
8
9
<TestConfig>
    <host>example.com</host>
    <port>443</port>
    <tags>example</tags>
    <tags>test</tags>
    <inner>
        <answer>42</answer>
    </inner>
</TestConfig>