milf 0.5.8

A native Rust encoder and decoder of My INI-Like Format (MILF)-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for MILF data to facilitate deserializing and serializing Rust structures.
Documentation
[dependencies.indexmap]
optional = true
version = "1.0"

[dependencies.serde]
version = "1.0.97"
[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
preserve_order = ["indexmap"]

[package]
authors = ["boringcactus <melody@boringcactus.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "A native Rust encoder and decoder of My INI-Like Format (MILF)-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for MILF data to\nfacilitate deserializing and serializing Rust structures.\n"
documentation = "https://docs.rs/milf"
edition = "2018"
keywords = ["encoding"]
license = "MIT/Apache-2.0"
name = "milf"
readme = "README.md"
repository = "https://code.boringcactus.com/misc/milf-rs/"
version = "0.5.8"