Expand description
Deserializing TOML into Rust structures.
This module contains all the Serde support for deserializing TOML documents into Rust structures. Note that some top-level functions here are also provided at the top of the crate.
Structs§
- DeArray
parse - Type representing a TOML array, payload of the
DeValue::Arrayvariant - DeFloat
parse - Represents a TOML integer
- DeInteger
parse - Represents a TOML integer
- Deserializer
parseandserde - Deserialization for TOML documents.
- Error
- Errors that can occur when deserializing a type.
- Value
Deserializer parseandserde - Deserialization implementation for TOML values.
Enums§
- DeValue
parse - Representation of a TOML value.
Functions§
- from_
slice parseandserde - Deserializes bytes into a type.
- from_
str parseandserde - Deserializes a string into a type.