Available on crate feature
serde
only.Expand description
Serializing Rust structures into TOML.
This module contains all the Serde support for serializing Rust structures into TOML.
Structs§
- Serialization for TOML values.
Enums§
- Errors that can occur when deserializing a type.
Functions§
- Serialize the given data structure into a TOML document.
- to_
string display
Serialize the given data structure as a String of TOML. - to_
string_ pretty display
Serialize the given data structure as a “pretty” String of TOML. - to_vec
display
Serialize the given data structure as a TOML byte vector.