Cargo Features

[dependencies]
vortex-dtype = { version = "0.27.0", default-features = false, features = ["arrow", "proto", "serde", "rkyv", "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

proto

Enables dtype of vortex-proto

Affects vortex-dtype::proto

serde

Enables serde

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.

rkyv implicit feature

Enables rkyv

rkyv:

Zero-copy deserialization framework for Rust

vortex-proto proto?
arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data