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:

Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.

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