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