Cargo Features

vortex-dtype has no features set by default.

[dependencies]
vortex-dtype = { version = "0.10.1", features = ["flatbuffers", "proto", "serde", "arbitrary"] }
flatbuffers

Enables flatbuffers, flatbuffers of vortex-error, dtype of vortex-flatbuffers

Affects vortex-dtype::flatbuffers, serde::flatbuffers

proto

Enables prost, 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.

vortex-proto proto?
arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data