Module ser

Source
Expand description

Serializing Rust structures into TOML.

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

Structs§

ValueSerializer
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.