Cargo Features

[dependencies]
vortex-proto = { version = "0.28.0", default-features = false, features = ["dtype", "expr", "scalar"] }
default = expr

The expr feature is set by default whenever vortex-proto is added without default-features = false somewhere in the dependency tree.

dtype expr scalar?

Affects vortex-proto::dtype

expr default = dtype, scalar

Affects vortex-proto::expr

scalar expr = dtype

Affects vortex-proto::scalar