This is a parser of TOML language for Zig programming language.
This will be based on toml-1.0.0r2 spec.
Currently it does not support date/time data types, as Zig does not have these types in the standard library.
This is a parser of TOML language for Zig programming language.
This will be based on toml-1.0.0r2 spec.
Currently it does not support date/time data types, as Zig does not have these types in the standard library.