#zstd #zstandard

sys no-std zstd-sys

Low-level bindings for the zstd compression library

42 stable releases

2.0.12+zstd.1.5.6 Jul 5, 2024
2.0.10+zstd.1.5.6 Mar 27, 2024
2.0.9+zstd.1.5.5 Oct 11, 2023
2.0.8+zstd.1.5.5 Apr 5, 2023
1.1.5-a Mar 24, 2017

#236 in Compression

Download history 809604/week @ 2024-04-04 779465/week @ 2024-04-11 789304/week @ 2024-04-18 783148/week @ 2024-04-25 808604/week @ 2024-05-02 801101/week @ 2024-05-09 813538/week @ 2024-05-16 797304/week @ 2024-05-23 921743/week @ 2024-05-30 919878/week @ 2024-06-06 943449/week @ 2024-06-13 974286/week @ 2024-06-20 1005419/week @ 2024-06-27 946349/week @ 2024-07-04 949192/week @ 2024-07-11 802786/week @ 2024-07-18

3,885,532 downloads per month
Used in 2,965 crates (25 directly)

MIT/Apache

2.5MB
45K SLoC

C 40K SLoC // 0.2% comments Rust 4.5K SLoC // 0.1% comments GNU Style Assembly 382 SLoC // 0.2% comments

zstd-sys

This is the low-level auto-generated binding to the zstd library. You probably don't want to use this library directly; instead, look at zstd-rs or zstd-safe.

Compile it yourself

zstd is included as a submodule. To get everything during your clone, use:

git clone https://github.com/gyscos/zstd-rs --recursive

Or, if you cloned it without the --recursive flag, call this from inside the repository:

git submodule update --init

Then, running cargo build in this directory should take care of building the C library and linking to it.

Build-time bindgen

This library includes a pre-generated bindings.rs file. You can also generate new bindings at build-time, using the bindgen feature:

cargo build --features bindgen

lib.rs:

Low-level bindings to the zstd library.

Dependencies