[go: up one dir, main page]

zstd-sys 1.4.0+zstd.1.3.2

Low-level bindings for the zstd compression library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#include "zstd/lib/zstd.h"
#include "zstd/lib/dictBuilder/zdict.h"
#include "zstd/lib/compress/zstdmt_compress.h"

/* This file is used to generate bindings for both headers.
 * Just run the following command to generate the bindings:

bindgen zstd.h --ctypes-prefix ::libc --blacklist-type max_align_t --use-core -o src/bindings.rs -- -DZSTD_STATIC_LINKING_ONLY

Or use the `bindgen` feature, which will create the bindings automatically.

*/