This repo contains:
-
toml
crate for serde support -
toml_edit
crate for format-preserving editing of TOML -
toml_datetime
crate for a common type definition betweentoml
andtoml_edit
A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
Homepage Cargo Rust Documentation Download
This repo contains:
toml
crate for serde supporttoml_edit
crate for format-preserving editing of TOMLtoml_datetime
crate for a common type definition between toml
and toml_edit