File: zstd_seekable.h

package info (click to toggle)
rust-zstd-sys 2.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ansic: 62; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifdef PKG_CONFIG

/* Just use installed headers */
#include <zstd_seekable.h>
// Don't use experimental features like zstdmt

#else // #ifdef PKG_CONFIG

#include "zstd/contrib/seekable_format/zstd_seekable.h"

#endif // #ifdef PKG_CONFIG


/* This file is used to generate bindings for the Zstandard Seekable Format.
 * Check update_bindings.sh to see how to use it.
 * Or use the `bindgen` feature, which will create the bindings automatically. */