Expand description
Deserializing TOML into Rust structures.
This module contains all the Serde support for deserializing TOML documents into Rust structures.
Structs§
- Deserialization for TOML documents.
- Errors that can occur when deserializing a type.
- Deserialization implementation for TOML values.
Functions§
- Convert a
DocumentMut
intoT
. - Convert a TOML documents into
T
. - Convert a TOML documents into
T
.