Cargo Features

[dependencies]
blosc2-rs = { version = "0.2.6+2.14.3", default-features = false, features = ["use-system-blosc2", "static", "shared"] }
default = shared

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

use-system-blosc2

Enables use-system-blosc2 of blosc2-sys

static

Enables static of blosc2-sys

shared default

Enables shared of blosc2-sys

blosc2-rs has 4 features without comments.