]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added C# streaming binding
authorYann Collet <cyan@fb.com>
Sun, 12 Nov 2017 18:56:41 +0000 (10:56 -0800)
committerYann Collet <cyan@fb.com>
Sun, 12 Nov 2017 18:56:41 +0000 (10:56 -0800)
index.html

index 3ba890c698f4a0f51664210135d0a95447c719be..15bc8e2ccf1476abe81f8ee00b582fe99dcfb19b 100644 (file)
@@ -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 |