Module toml_serde

Source
Available on crate feature toml-serde only.
Expand description

Defines a FileFormat using the TOML data format.

Re-exports§

pub extern crate toml;

Structs§

Toml
A FileFormat corresponding to the TOML data format. Implemented using the toml crate, only compatible with serde types.

Enums§

TomlError
An error that can occur while using Toml.

Type Aliases§

CompressedToml
A shortcut type to a Compressed Toml. Provides parameters for compression format and pretty-print configuration (defaulting to off).
PrettyToml
A shortcut type to a Toml with pretty-print enabled.
RegularToml
A shortcut type to a Toml with pretty-print disabled.