#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

#235 in Compression

Download history 656535/week @ 2024-02-04 658357/week @ 2024-02-11 668145/week @ 2024-02-18 727058/week @ 2024-02-25 718704/week @ 2024-03-03 713177/week @ 2024-03-10 716888/week @ 2024-03-17 734436/week @ 2024-03-24 805671/week @ 2024-03-31 776252/week @ 2024-04-07 780966/week @ 2024-04-14 804405/week @ 2024-04-21 769198/week @ 2024-04-28 812373/week @ 2024-05-05 821823/week @ 2024-05-12 773316/week @ 2024-05-19

3,224,859 downloads per month
Used in 2,735 crates (23 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