Cargo Features

[dependencies]
qollage = { version = "0.4.3", default-features = false, features = ["extension-module", "unstable_operation_definition"] }
default = extension-module

The extension-module feature is set by default whenever qollage is added without default-features = false somewhere in the dependency tree.

extension-module default

Enables extension-module of pyo3 ^0.21

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.

unstable_operation_definition

Enables unstable_operation_definition of roqollage and roqoqo

Qollage has 3 features without comments.