devyn / serde-ini

Windows INI file {de,}serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serde-ini

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.

About

Windows INI file {de,}serialization

License:MIT License


Languages

Language:Rust 98.6%Language:Nix 1.4%