From d9f7fc4d18abf687e115ff30cc01cf8f015ea70f Mon Sep 17 00:00:00 2001 From: Ivan Gavryliuk Date: Mon, 18 May 2020 09:28:15 +0100 Subject: [PATCH] Add another C# implementation --- docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d5e0e63..322d7c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,8 +25,7 @@ Snappy is written in C++, but C bindings are included, and several bindings to other languages are maintained by third parties: * C#: [Snappy for .NET](http://snappy4net.codeplex.com/) (P/Invoke wrapper), - [Snappy.NET](http://snappy.angeloflogic.com/) (P/Invoke wrapper), - [Snappy.Sharp](https://github.com/jeffesp/Snappy.Sharp) (native + [Snappy.NET](http://snappy.angeloflogic.com/) (P/Invoke wrapper), [IronSnappy](https://github.com/aloneguid/IronSnappy) (fully managed), [Snappy.Sharp](https://github.com/jeffesp/Snappy.Sharp) (native reimplementation) * [C port](http://github.com/andikleen/snappy-c) * [C++ MSVC packaging](http://snappy.angeloflogic.com/) (plus Windows binaries,