Module encoding/toml
encoding/toml
Basic TOML parser for configuration files.
Parses a subset of TOML into a TomlValue tree.
Supports: strings, integers, booleans, table sections, comments.
Example
{ toml_parse, TomlValue } :: import "std/encoding/toml";
// Or via the encoding index:
{ toml_parse, TomlValue } :: import "std/encoding";