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

Public Imports

std.datetime
public import std.datetime : SysTime, Date;
toml.datetime
public import toml.datetime : DateTime, TimeOfDay;
toml.toml
public import toml.toml : TOML_TYPE, TOMLDocument, TOMLValue, parseTOML, TOMLException, TOMLParserException;

Meta

License

MIT