| Crates.io | serde_ini |
| lib.rs | serde_ini |
| version | 0.2.0 |
| created_at | 2017-09-14 16:23:27.74792+00 |
| updated_at | 2019-04-21 22:44:54.056051+00 |
| description | Windows INI file {de,}serialization |
| homepage | |
| repository | https://github.com/arcnmx/serde-ini |
| max_upload_size | |
| id | 31770 |
| size | 48,086 |
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.
See the documentation for up to date API documentation.