Cargo Features

[dependencies]
blosc2 = { version = "0.2.2", default-features = false, features = ["zlib", "zstd", "ndarray", "half", "num-complex"] }
default = ndarray

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

zlib

Enables zlib of blosc2-rs-sys

zstd

Enables zstd of blosc2-rs-sys

ndarray default

Enables ndarray

half

Enables half

num-complex

Enables num-complex

blosc2 has 6 features without comments.