toml.cr
toml.cr copied to clipboard
TOML parser for Crystal
Just using the automatic configurator and docs from [crystal website](https://crystal-lang.org/reference/1.11/guides/ci/gh-actions.html).
TOML is out of beta Any chance to support [v1.0.0](https://toml.io/en/v1.0.0)?
What would be required to write TOML to a file, as well as just reading it?
Thanks for the work with the TOML shard thus far; it's very much appreciated. It would be nice to have support for mapping TOML to Crystal classes like [YAML#mapping](https://crystal-lang.org/api/0.23.1/YAML.html#mapping-macro) and...