Cargo Features

[dependencies]
vortex = { version = "0.58.0", default-features = false, features = ["files", "memmap2", "object_store", "python", "tokio", "zstd", "pretty", "serde", "unstable_encodings"] }
default = files, zstd

These default features are set whenever vortex is added without default-features = false somewhere in the dependency tree.

files default

Enables vortex-file

Affects vortex::file

memmap2

Enables memmap2 of vortex-buffer

object_store

Enables object_store of vortex-file and vortex-io

python

Enables python of vortex-error

tokio

Enables tokio of vortex-file

zstd default

Enables vortex-zstd, zstd of vortex-file and vortex-layout

Affects vortex::encodings.zstd

pretty

Enables table-display of vortex-array

serde

Enables serde of vortex-array, vortex-buffer, vortex-dtype, vortex-error, and vortex-mask

unstable_encodings

This feature enabled unstable encodings for which we don't guarantee stability.

Enables unstable_encodings of vortex-btrblocks