]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added Rust decoder
authorYann Collet <cyan@fb.com>
Wed, 18 Sep 2019 16:51:17 +0000 (09:51 -0700)
committerYann Collet <cyan@fb.com>
Wed, 18 Sep 2019 16:51:17 +0000 (09:51 -0700)
index.html

index cf9e6421b8b302a8675a42f53c6cf1871b97414c..870dc8dfc38acdc7f919af5093696aa57745eca5 100644 (file)
@@ -214,10 +214,11 @@ here is a list of known bindings and their authors :
 
 These are independent implementations of Zstandard supporting its [format specification](https://github.com/facebook/zstd/blob/master/doc/zstd_compression_format.md)
 
-| Language     | Author              | URL                                   |
-| ------------ | ------------------- | ------------------------------------- |
-| __Go__       | Klaus Post          | https://github.com/klauspost/compress/tree/master/zstd#zstd
-| __Java__     | Martin Traverso     | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd
+| Language          | Author              | URL                                   |
+| ----------------- | ------------------- | ------------------------------------- |
+| __Go__            | Klaus Post          | https://github.com/klauspost/compress/tree/master/zstd#zstd
+| __Java__          | Martin Traverso     | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd
+| __Rust__ (decoder) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs
 
 
 <br/>