From 1a53821a1d339fdc1d3ff6afdb82c7a26ac536b9 Mon Sep 17 00:00:00 2001 From: Sean <69403556+SeanTheGleaming@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:11:40 -0400 Subject: [PATCH] Add my project based on `serialization.zig` to the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd9619e..09dbd6a 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ a third party package. Feel free to start your own source code repository and take over the duties of maintaining any of this code! You can send PRs to this README to link to your project. + +## Adaptations + +- `serialization.zig` + - [SeanTheGleaming/zig-serialization](https://github.com/SeanTheGleaming/zig-serialization) provides the same API as `serialization.zig` updated to modern Zig and with additional features