Cargo Features

ella-common has no features set by default.

[dependencies]
ella-common = { version = "0.1.5", features = ["pyo3", "flight"] }
pyo3

Enables pyo3 ^0.19.0, pyarrow of datafusion ^27.0.0

Affects error::PyEllaError

flight = arrow-flight, prost, tonic

Affects error::ServerError, error::ClientError

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.

arrow-flight flight?

Enables arrow-flight ^42.0.0

tonic flight?

Enables tonic ^0.9.2

prost flight?

Enables prost ^0.11.9