toml.cr
toml.cr copied to clipboard
Support for TOML-to-class mappings
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 and JSON#mapping offer, as this would help alleviate the need for type casting around the code where the TOML parameters are accessed.