Cargo Features
[dependencies]
vortex = { version = "0.25.2", default-features = false, features = ["files", "tokio", "object_store", "parquet", "python"] }
- default = files
-
The
files
feature is set by default whenevervortex
is added without
somewhere in the dependency tree.default-features = false - files default
-
Enables vortex-file and vortex-io
- tokio
-
Enables tokio of vortex-file and vortex-io
- object_store
-
Enables object_store of vortex-file
- parquet
-
Enables parquet of vortex-error
- python
-
Enables python of vortex-error
Vortex has 6 features without comments.