#zstd #zstandard

sys no-std zstd-sys

Low-level bindings for the zstd compression library

40 stable releases

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
2.0.7+zstd.1.5.4 Feb 10, 2023
1.1.5-a Mar 24, 2017

#244 in Compression

Download history 312321/week @ 2023-12-23 514923/week @ 2023-12-30 673362/week @ 2024-01-06 646085/week @ 2024-01-13 670554/week @ 2024-01-20 650367/week @ 2024-01-27 654512/week @ 2024-02-03 660986/week @ 2024-02-10 660970/week @ 2024-02-17 725488/week @ 2024-02-24 719499/week @ 2024-03-02 717519/week @ 2024-03-09 716397/week @ 2024-03-16 734180/week @ 2024-03-23 795773/week @ 2024-03-30 660592/week @ 2024-04-06

3,022,680 downloads per month
Used in 2,583 crates (21 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