Cargo Features
[dependencies]
blosc2-rs = { version = "0.3.1+2.15.1", default-features = false, features = ["use-system-blosc2", "regenerate-bindings", "static", "shared", "deactivate-zlib", "prefer-external-zlib", "deactivate-zstd", "prefer-external-zstd", "prefer-external-lz4", "deactivate-zlib-optim"] }
- default = shared
-
The
shared
feature is set by default wheneverblosc2-rs
is added without
somewhere in the dependency tree.default-features = false - use-system-blosc2
-
Enables use-system-blosc2 of blosc2-sys
- regenerate-bindings
-
Enables regenerate-bindings of blosc2-sys
blosc2-sys:
Regenerate the bindings to c-blosc2 header
- static
-
Enables static of blosc2-sys
-
Enables shared of blosc2-sys
- deactivate-zlib
-
Enables deactivate-zlib of blosc2-sys
- prefer-external-zlib
-
Enables prefer-external-zlib of blosc2-sys
- deactivate-zstd
-
Enables deactivate-zstd of blosc2-sys
- prefer-external-zstd
-
Enables prefer-external-zstd of blosc2-sys
- prefer-external-lz4
-
Enables prefer-external-lz4 of blosc2-sys
- deactivate-zlib-optim
-
Enables deactivate-zlib-optim of blosc2-sys
blosc2-rs has 11 features without comments.