Cargo Features

[dependencies]
arx = { version = "0.2.1", default-features = false, features = ["in_ci", "lz4", "zstd", "lzma"] }
default = zstd

The zstd feature is set by default whenever arx is added without default-features = false somewhere in the dependency tree.

in_ci
lz4

Enables lz4 of libarx

zstd default

Enables zstd of libarx

lzma

Enables lzma of libarx

Arx has 5 features without comments.