From: Yann Collet Date: Sun, 12 Nov 2017 18:56:41 +0000 (-0800) Subject: added C# streaming binding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672947eb1e6a5dfb3d19ad0ce6201d7e9114dbd8;p=thirdparty%2Fzstd.git added C# streaming binding --- diff --git a/index.html b/index.html index 3ba890c69..15bc8e2cc 100644 --- a/index.html +++ b/index.html @@ -189,6 +189,7 @@ here is a list of known bindings and their authors : | __Python__ (full) | Gregory Szorc | https://pypi.python.org/pypi/zstandard | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd | __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet | +| __C#__ (streaming) | Bernhard Pichler | https://github.com/bp74/Zstandard.Net | __Node.js__ streams | albertdb | https://www.npmjs.com/package/node-zstandard | __Node.js__ buffers | Zwb | https://www.npmjs.com/package/node-zstd | __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd |