Module de

Source
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§

Deserializerparse
Deserialization TOML document
Error
Errors that can occur when deserializing a type.
ValueDeserializerparse
Deserialization TOML value

Functions§

from_strparse
Deserializes a string into a type.