]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added C# streaming binding
authorYann Collet <cyan@fb.com>
Fri, 1 Sep 2017 21:52:06 +0000 (14:52 -0700)
committerYann Collet <cyan@fb.com>
Fri, 1 Sep 2017 21:52:06 +0000 (14:52 -0700)
index.html

index a6e9fa96c6ef9620037c1d565078a6858d3e77e0..48083ac1b327691e3179a13255436630ff042ec4 100644 (file)
@@ -205,6 +205,7 @@ here is a list of known bindings and their authors :
 | __Julia__    | Alex Arslan         | https://github.com/ararslan/ZStd.jl   |
 | __Tcl__      | dbohdan             | https://tcl.wiki/48788                |
 | __R__        | Konstantin Sorokin  | https://cran.r-project.org/web/packages/zstdr/index.html
+| __C#__ (streaming) | Dmitry Alexandrov | https://gist.github.com/dimzon/4e7f076dd59fa6df2a3207e1fa6ac406
 | __OCaml__    | ygrek               | https://opam.ocaml.org/packages/zstd/ |
 | __Delphi__   | Razor12911          | http://encode.ru/threads/2119-Zstandard?p=49075&viewfull=1#post49075
 
@@ -213,7 +214,7 @@ here is a list of known bindings and their authors :
 
 ## Ports into other languages
 
-This is a full re-implementation of Zstandard following the [format specification](https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md)
+This is a re-implementation of Zstandard following the [format specification](https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md)
 
 | Language     | Author              | URL                                   |
 | ------------ | ------------------- | ------------------------------------- |