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.
cargo add toml
[dependencies]
toml = "1.1.4+spec-1.1.0"
| 仓库 | https://github.com/toml-rs/toml |
|---|---|
| 最新版本 | 1.1.4+spec-1.1.0 |
| 分类 | encoding, parsing, config, parser-implementations |