Cargo Features

lightmotif-py has no features set by default.

[dependencies]
lightmotif-py = { version = "0.6.0", features = ["built", "extension-module", "nightly"] }
built
extension-module

Enables extension-module of pyo3 ^0.18.3

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.

nightly

Enables nightly of pyo3 ^0.18.3

pyo3:

Optimizes PyObject to Vec conversion and so on.

lightmotif-py has 3 features without comments.