Cargo Features
[dependencies]
libbz2-rs-sys-cdylib = { version = "0.1.0", default-features = false, features = ["stdio", "custom-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
- capi