Cargo Features
[dependencies]
blosc2 = { version = "0.2.2", default-features = false, features = ["zlib", "zstd", "ndarray", "half", "num-complex"] }
- default = ndarray
-
The
ndarrayfeature is set by default wheneverblosc2is added withoutsomewhere in the dependency tree.default-features = false - 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.