toml

Tom's Obvious, Minimal Language (v0.4.0).

Modules

datetime
module toml.datetime

Custom types for TOML's datetimes that add fractional time to D ones.

json
module toml.json

Conversion between JSON and TOML.

toml
module toml.toml

Tom's Obvious, Minimal Language (v0.4.0).

Members

Imports

Date (from std.datetime)
public import std.datetime : SysTime, Date;
Undocumented in source.
DateTime (from toml.datetime)
public import toml.datetime : DateTime, TimeOfDay;
Undocumented in source.
SysTime (from std.datetime)
public import std.datetime : SysTime, Date;
Undocumented in source.
TOMLDocument (from toml.toml)
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;
Undocumented in source.
TOMLException (from toml.toml)
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;
Undocumented in source.
TOMLParserException (from toml.toml)
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;
Undocumented in source.
TOMLValue (from toml.toml)
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;
Undocumented in source.
TOML_TYPE (from toml.toml)
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;
Undocumented in source.
TimeOfDay (from toml.datetime)
public import toml.datetime : DateTime, TimeOfDay;
Undocumented in source.
parseTOML (from toml.toml)
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;
Undocumented in source.

Meta