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

Download history 18657/week @ 2024-07-03 19334/week @ 2024-07-10 19815/week @ 2024-07-17 21482/week @ 2024-07-24 21482/week @ 2024-07-31 23527/week @ 2024-08-07 20431/week @ 2024-08-14 20119/week @ 2024-08-21 19681/week @ 2024-08-28 20674/week @ 2024-09-04 21702/week @ 2024-09-11 21165/week @ 2024-09-18 23331/week @ 2024-09-25 18425/week @ 2024-10-02 22984/week @ 2024-10-09 20559/week @ 2024-10-16

89,873 downloads per month
Used in 35 crates (23 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

~115–350KB