trisquel-icecat/icecat/third_party/dump_syms/vendor/zstd-sys
2026-03-28 14:10:46 -06:00
..
src icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
wasm-shim icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
zstd icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
.cargo-checksum.json icecat: add release icecat-140.9.0-1gnu1 for ecne 2026-03-28 14:10:46 -06:00
.cargo_vcs_info.json icecat: add release icecat-140.9.0-1gnu1 for ecne 2026-03-28 14:10:46 -06:00
build.rs icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
Cargo.lock icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
Cargo.toml icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
LICENSE icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
LICENSE.Apache-2.0 icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
LICENSE.BSD-3-Clause icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
LICENSE.Mit icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
Readme.md icecat: add release icecat-140.9.0-1gnu1 for ecne 2026-03-28 14:10:46 -06:00
zdict.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
zstd.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
zstd_seekable.h icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00

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