zstd-sys 1.3.1

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 --blacklist-type max_align_t --use-core -- -DZSTD_STATIC_LINKING_ONLY > src/bindings.rs

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

*/