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

#805 in Encoding

Download history 5740/week @ 2023-12-01 4877/week @ 2023-12-08 6352/week @ 2023-12-15 3633/week @ 2023-12-22 4098/week @ 2023-12-29 4653/week @ 2024-01-05 5882/week @ 2024-01-12 6077/week @ 2024-01-19 4908/week @ 2024-01-26 3556/week @ 2024-02-02 5493/week @ 2024-02-09 4730/week @ 2024-02-16 4933/week @ 2024-02-23 5779/week @ 2024-03-01 6595/week @ 2024-03-08 5382/week @ 2024-03-15

23,503 downloads per month
Used in 29 crates (17 directly)

MIT license

43KB
1K SLoC

serde-ini

travis-badge release-badge docs-badge license-badge

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

~120–370KB