From 120b625ef3e7208a81499b933b26edb85a3c4332 Mon Sep 17 00:00:00 2001 From: danclive Date: Tue, 16 Apr 2024 13:26:07 +0800 Subject: [PATCH] add zstd-rs zstd-rs is a rust binding for the zstd compression library. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5d9d1e..a10445e 100644 --- a/README.md +++ b/README.md @@ -1050,6 +1050,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [alexcrichton/tar-rs](https://github.com/alexcrichton/tar-rs) — tar archive reading/writing * zip * [zip-rs/zip](https://github.com/zip-rs/zip) — read and write ZIP archives +* zstd + * [gyscos/zstd-rs](https://github.com/gyscos/zstd-rs) — rust binding for the zstd compression library ### Computation