prefer 0.4.1

A lightweight library for managing application configurations with support for multiple file formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <app>
    <name>test-app</name>
    <version>1.0.0</version>
  </app>
  <server>
    <host>localhost</host>
    <port>8080</port>
  </server>
  <database>
    <enabled>true</enabled>
  </database>
</root>