6 releases
Uses old Rust 2015
0.2.0 | Apr 21, 2019 |
---|---|
0.1.3 | Dec 19, 2017 |
0.1.2 | Nov 23, 2017 |
0.0.1 | Sep 14, 2017 |
#632 in Parser implementations
89,873 downloads per month
Used in 35 crates
(23 directly)
43KB
1K
SLoC
serde-ini
serde_ini
provides a serde Serializer
and Deserializer
for the INI format.
The format is rather limited, only allowing top level keys to be maps or structs
and all values and keys must be in the form of a String
. This implementation
will try to use ToString
and FromStr
where appropriate for numeric values.
Sequences, tuples, bytes, bools, and some other data types are not supported.
Documentation
See the documentation for up to date API documentation.
Dependencies
~115–350KB