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 whenever libbz2-rs-sys-cdylib is added without default-features = false somewhere in the dependency tree.

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