TOML
Recipe | Crates | Categories |
---|---|---|
basic_toml | ||
toml_edit | ||
toml |
[toml.incl: titles (P2)](https://github.com/john-cd/rust_howto/issues/443)
toml
⮳ is the primary crate.
toml
toml
⮳ is 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.
// COMING SOON
toml_edit
toml_edit
⮳ is a format-preserving TOML parser.
// COMING SOON
basic_toml
basic_toml
⮳ is a minimal TOML library with few dependencies
// COMING SOON