| author | |
| committer | |
| log | 47b2c59876460f1c1232aff86160fadada16972b |
| tree | 6d45329303aa572d441ba6f1da3bbaf60f71381f |
| parent | a0b32e3f7a6571c509c4b2c48c8d56a24d082f5e |
1 files changed, 13 insertions(+), 0 deletions(-)
README.md created+13| ... | @@ -0,0 +1,13 @@ | ||
| 1 | # zig-intrusive-parser | ||
| 2 |  | ||
| 3 | [](https://github.com/nektro/zig-intrusive-parser/blob/master/LICENSE) | ||
| 4 | |||
| 5 | Core plumbing to make text or binary document parsers with Data Oriented Design | ||
| 6 | |||
| 7 | ## Used by | ||
| 8 | |||
| 9 | - https://github.com/nektro/zig-json | ||
| 10 | |||
| 11 | ## License | ||
| 12 | |||
| 13 | MPL-2.0 | ||