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/>