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
FileFormatcorresponding to the TOML data format. Implemented using thetomlcrate, only compatible withserdetypes.
Enums§
Type Aliases§
- Compressed
Toml - A shortcut type to a
CompressedToml. Provides parameters for compression format and pretty-print configuration (defaulting to off). - Pretty
Toml - A shortcut type to a
Tomlwith pretty-print enabled. - Regular
Toml - A shortcut type to a
Tomlwith pretty-print disabled.