Cargo Features

vortex-scalar has no features set by default.

[dependencies]
vortex-scalar = { version = "0.9.0", features = ["datafusion", "flatbuffers", "proto", "serde", "arbitrary"] }
datafusion

Enables datafusion-common

flatbuffers

Enables flatbuffers, flexbuffers, and serde, flexbuffers of vortex-buffer, flatbuffers of vortex-dtype, flatbuffers and flexbuffers of vortex-error, scalar of vortex-flatbuffers

proto

Enables prost and prost-types, proto of vortex-dtype, scalar of vortex-proto

serde

Enables serde of vortex-dtype and derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

arbitrary

Enables arbitrary

Affects vortex-scalar::arbitrary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

vortex-flatbuffers flatbuffers?
vortex-proto proto?