Cargo Features
aorist_core has no features set by default.
[dependencies]
aorist_core = { version = "0.0.14", features = ["python", "r", "sql"] }
- python = pyo3
-
Enables aorist_attributes, python of aorist_primitives
- r = aorist_extendr-api, aorist_extendr-engine
- sql = sqlformat, sqlparser
-
Affects
attributes::AttrMap
…
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.
- pyo3 python?
-
Enables pyo3 ^0.14.1
- aorist_extendr-api r?
- aorist_extendr-engine r?
- sqlformat sql?
-
Enables sqlformat ^0.1.5
- sqlparser sql?
-
Enables sqlparser ^0.9.0