Cargo Features

[dependencies]
vortex-dtype = { version = "0.35.0", default-features = false, features = ["arrow", "serde", "arbitrary"] }
default = arrow

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

arrow default

Enables arrow-schema

Affects vortex-dtype::arrow

serde

Enables serde

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data