gyscos / zstd-rs

A rust binding for the zstd compression library.
MIT License
527 stars 112 forks source link

zstd-rs or zstd-safe #278

Open nbari opened 7 months ago

nbari commented 7 months ago

I want to compress a file as fast as possible (this will probably help using multithread), but also I want the same result when decompression.

But I found this https://github.com/gyscos/zstd-rs/issues/266

Wondering then, which lib should I use? zstd-rs or zstd-safe ? whare are the differences?