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
8
[database]
password = asdfghjkl
is_admin = true
user = user123

[server]
port = 8088