Cargo Features
aorist_constraint has no features set by default.
[dependencies]
aorist_constraint = { version = "0.0.14", features = ["python", "r", "sql"] }
- python = pyo3
-
Enables python of aorist_core and extension-module of pyo3 ^0.14.1
pyo3:
Deprecated: use the
PYO3_BUILD_EXTENSION_MODULEenvironment variable when building a Python extension module (set automatically bysetuptools-rustandmaturin). - r = aorist_extendr-api, aorist_extendr-engine
- sql = sqlformat, sqlparser
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