From c4967667cb64472ac68aba46385ecc67414a8b15 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 14 Apr 2022 16:26:26 +0200 Subject: [PATCH] Add Nim implementation --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index d5e0e63..5aabfab 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,6 +44,7 @@ other languages are maintained by third parties: [other native reimplementation](https://github.com/dain/snappy) (including the framing format) * [Lua](https://github.com/forhappy/lua-snappy) +* [Nim](https://github.com/status-im/nim-snappy) (including the framing format) * [Node.js](https://github.com/kesla/node-snappy) (including the [framing format](https://github.com/kesla/node-snappy-stream)) * [Perl](http://search.cpan.org/dist/Compress-Snappy/)