Module toml_edit::ser[][src]

Expand description

Serializing Rust structures into TOML.

This module contains all the Serde support for serializing Rust structures into TOML.

Structs

Errors that can occur when deserializing a type.

Serialization implementation for TOML.

Functions

Serialize the given data structure into a TOML document.

Serialize the given data structure into a TOML data structure

Serialize the given data structure as a String of TOML.

Serialize the given data structure as a “pretty” String of TOML.

Serialize the given data structure as a TOML byte vector.