toml_foolery.encode

Undocumented in source.

Modules

tomlify
module toml_foolery.encode.tomlify
Undocumented in source.
types
module toml_foolery.encode.types
util
module toml_foolery.encode.util
Undocumented in source.

Members

Classes

TomlEncodingException (from toml_foolery.encode.tomlify)
class TomlEncodingException via public import toml_foolery.encode.tomlify : tomlify, TomlEncodingException;

Thrown by tomlify if given data cannot be encoded in a way that adheres to the TOML spec.

Functions

tomlify (from toml_foolery.encode.tomlify)
string tomlify(T object) via public import toml_foolery.encode.tomlify : tomlify, TomlEncodingException;

Encodes a struct of type T into a TOML string.

Meta