An open API service indexing awesome lists of open source software.

https://github.com/strvdr/ztoml

A bad toml parser written in Zig
https://github.com/strvdr/ztoml

toml-parser toml-parsing zig ziglang

Last synced: 10 months ago
JSON representation

A bad toml parser written in Zig

Awesome Lists containing this project

README

          

# ztoml

It's bad right now, so don't use it if you can avoid it in any way possible. You will have to modify a bunch of things :)

## Usage:
Move your toml file into the ztoml folder and from the project root:
```
zig build
./zig-out/bin/ztoml yourfile.toml
```

but don't use it