From 47b2c59876460f1c1232aff86160fadada16972b Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 24 Jun 2024 04:15:34 -0700 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b217250fd62be3255ebb871d34bd5f1c04330fd2 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# zig-intrusive-parser +![loc](https://sloc.xyz/github/nektro/zig-intrusive-parser) +[![license](https://img.shields.io/github/license/nektro/zig-intrusive-parser.svg)](https://github.com/nektro/zig-intrusive-parser/blob/master/LICENSE) + +Core plumbing to make text or binary document parsers with Data Oriented Design + +## Used by + +- https://github.com/nektro/zig-json + +## License + +MPL-2.0 -- 2.54.0