Cargo Features

zopen has no features set by default.

[dependencies]
zopen = { version = "1.0.0", features = ["all", "defaults", "gzip", "xz"] }
all = bzip2, gzip, xz, zstd
defaults
gzip all?

Enables flate2

xz all?

Enables rust-lzma

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bzip2 all?
zstd all?