Cargo Features

nautilus-core has no features set by default.

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

Enables extension-module of 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 = cbindgen

Affects cvec::cvec_drop, cvec::cvec_new, datetime::unix_nanos_to_iso8601_cstr, datetime::unix_nanos_to_iso8601_millis_cstr, nautilus-core::ffi

python = pyo3

Affects nautilus-core::python

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?
cbindgen build ffi?