From 672947eb1e6a5dfb3d19ad0ce6201d7e9114dbd8 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 12 Nov 2017 10:56:41 -0800 Subject: [PATCH] added C# streaming binding --- index.html | 1 + 1 file changed, 1 insertion(+) 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 | -- 2.47.2