Cargo Features
[dependencies]
libbz2-rs-sys-cdylib = { version = "0.1.3", default-features = false, features = ["stdio", "custom-prefix", "semver-prefix", "capi"] }
- default = stdio
-
The
stdio
feature is set by default wheneverlibbz2-rs-sys-cdylib
is added without
somewhere in the dependency tree.default-features = false - stdio default
-
Enables stdio of libbz2-rs-sys
libbz2-rs-sys:
corresponds to BZ_NO_STDIO; only the low-level api is available when this flag is disabled
- custom-prefix
-
use the LIBBZ2_RS_SYS_PREFIX to prefix all exported symbols
Enables custom-prefix of libbz2-rs-sys
- semver-prefix
-
prefix all symbols in a semver-compatible way
Enables semver-prefix of libbz2-rs-sys
- capi