zstd-sys-rs

Crates.iozstd-sys-rs
lib.rszstd-sys-rs
version1.5.10
created_at2025-07-24 20:50:19.009742+00
updated_at2025-07-25 08:53:48.772196+00
descriptionLow-level Rust bindings to statically linked zstd v1.5.7
homepage
repositoryhttps://github.com/Ignalina/zstd-sys-rs
max_upload_size
id1766908
size3,372,095
Rickard Ernst Björn Lundin (Ignalina)

documentation

README

zstd-sys-rs

Low-level Rust FFI bindings to a statically linked Zstandard (libzstd.a) library.
The Zstandard license is included in zstd.license.

This crate is used internally by the Znippy project.
Version numbering corresponds to the bundled Zstandard version.

🔨 Build

To build the static Zstandard library (libzstd.a) yourself:

git clone https://github.com/facebook/zstd.git
cd zstd
make lib-mt  # Build with multithread support (ZSTD_MULTITHREAD=ON)

✨ Heder

🧙‍♂Med Allfaderns visdom, kompression och korruptionsskydd.
⚡ Med hans blick över varje bit.

License

  • Zstandard is licensed under the BSD 3-Clause License — se filen zstd.license för fullständig information.
  • Denna crate är licensierad under MIT eller Apache-2.0 (ditt val).

Vänligen respektera dessa licenser vid användning och distribution av denna mjukvara.

Commit count: 0

cargo fmt