dfconfig 0.2.0

A config/init file parser for Dwarf Fortress
Documentation
1
2
3
4
5
6
7
# dfconfig 0.2.0

* Added `Config::test_keys_values_iter()`
* Implemented `From<Config> for HashMap<String, String>`
* Added `Config::remove()`

# dfconfig v0.1.0

* First version, basic functionality to read/write DF `init.txt`-like files.