From: Yann Collet Date: Wed, 18 Sep 2019 16:51:17 +0000 (-0700) Subject: added Rust decoder X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23fe0817f3dd659227e815e9cde131de9a543c0c;p=thirdparty%2Fzstd.git added Rust decoder --- diff --git a/index.html b/index.html index cf9e6421b..870dc8dfc 100644 --- a/index.html +++ b/index.html @@ -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