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::Array
variant - DeFloat
parse
- Represents a TOML integer
- DeInteger
parse
- Represents a TOML integer
- Deserializer
parse
andserde
- Deserialization for TOML documents.
- Error
- Errors that can occur when deserializing a type.
- Value
Deserializer parse
andserde
- Deserialization implementation for TOML values.
Enums§
- DeValue
parse
- Representation of a TOML value.
Functions§
- from_
slice parse
andserde
- Deserializes bytes into a type.
- from_
str parse
andserde
- Deserializes a string into a type.