Cargo Features

Parviocula has no features set by default.

[dependencies]
parviocula = { version = "0.0.3", features = ["tracing", "extension-module", "auto-initialize"] }
tracing

Enables tracing

extension-module

Enables extension-module of pyo3 ^0.17.2

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.

auto-initialize

Enables auto-initialize of pyo3 ^0.17.2

pyo3:

Changes Python::with_gil to automatically initialize the Python interpreter if needed.

Parviocula has 3 features without comments.