serde_ini

Crates.ioserde_ini
lib.rsserde_ini
version0.2.0
sourcesrc
created_at2017-09-14 16:23:27.74792
updated_at2019-04-21 22:44:54.056051
descriptionWindows INI file {de,}serialization
homepage
repositoryhttps://github.com/arcnmx/serde-ini
max_upload_size
id31770
size48,086
(arcnmx)

documentation

http://arcnmx.github.io/serde-ini/serde_ini

README

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.

Commit count: 29

cargo fmt