#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

#229 in Compression

Download history 666075/week @ 2024-01-22 654747/week @ 2024-01-29 656039/week @ 2024-02-05 659010/week @ 2024-02-12 666662/week @ 2024-02-19 731199/week @ 2024-02-26 716570/week @ 2024-03-04 714147/week @ 2024-03-11 718530/week @ 2024-03-18 733262/week @ 2024-03-25 811062/week @ 2024-04-01 769282/week @ 2024-04-08 785030/week @ 2024-04-15 809460/week @ 2024-04-22 761876/week @ 2024-04-29 810569/week @ 2024-05-06

3,208,766 downloads per month
Used in 2,682 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