Cargo Features

Optirustic has no features set by default.

[dependencies]
optirustic = { version = "1.2.0", features = ["python"] }
python = pyo3, pyo3-build-config

Enable pyo3 support when creating a Python module that wraps this library with an optimisation problem

Affects stopping_condition::py, individual::Individual, problem::PyProblem, variable::PyVariableType, variable::PyVariable

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?
pyo3-build-config python?