zstd-sys 1.2.0

Low-level bindings for the zstd compression library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#include "zstd/lib/zstd.h"
#include "zstd/lib/dictBuilder/zdict.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 -- -DZSTD_STATIC_LINKING_ONLY --blacklist-type max_align_t > src/ll.rs

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

*/