Sha256: 3b5dff115d0794d3f35bf4e659b3c1222707a57b815b653d435e1568961bb3c8

Contents?: true

Size: 935 Bytes

Versions: 12

Compression:

Stored size: 935 Bytes

Contents

# 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
```

[zstd]: https://github.com/facebook/zstd
[zstd-rs]: https://github.com/gyscos/zstd-rs
[zstd-safe]: https://github.com/gyscos/zstd-rs/tree/main/zstd-safe

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wasmtime-13.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-12.0.1 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-12.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-11.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-10.0.1 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-10.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-9.0.4 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-9.0.1 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-8.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/Readme.md
wasmtime-7.0.0 ./ext/cargo-vendor/zstd-sys-2.0.7+zstd.1.5.4/Readme.md
wasmtime-6.0.1 ./ext/cargo-vendor/zstd-sys-2.0.7+zstd.1.5.4/Readme.md
wasmtime-6.0.0 ./ext/cargo-vendor/zstd-sys-2.0.7+zstd.1.5.4/Readme.md