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 document into
T
. - Convert a value into
T
. - Convert a value into
T
.