From 23fe0817f3dd659227e815e9cde131de9a543c0c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 18 Sep 2019 09:51:17 -0700 Subject: [PATCH] added Rust decoder --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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
-- 2.47.2