inihx 0.1.0

INI parser and Serde (de)serializer in pure Rust. Inspired by INIH C INI parser.
Documentation
1
2
3
4
5
6
7
[database]
user = admin
password = secret

[server]
host = localhost
port = 8080