Cargo Features

nautilus-persistence has no features set by default.

[dependencies]
nautilus-persistence = { version = "0.45.0", features = ["extension-module", "ffi", "python", "high-precision"] }
extension-module

Enables extension-module of nautilus-core, nautilus-model, nautilus-serialization, and pyo3

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.

ffi

Enables nautilus-core, ffi of nautilus-model

python = pyo3

Enables nautilus-serialization, python of nautilus-core and nautilus-model

Affects nautilus-persistence::python

high-precision

Enables high-precision of nautilus-model and nautilus-serialization

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 extension-module? python?