simple-toml-parser 0.0.1

No allocation TOML key value parser with comment support
Documentation
1
2
3
4
5
6
> [!CAUTION]
> Work in progress

A parser for TOML syntax. Uses a callback approach to avoid allocations

- <https://toml.io/en/v1.0.0>