Cargo Features
nautilus-model has no features set by default.
[dependencies]
nautilus-model = { version = "0.45.0", features = ["extension-module", "ffi", "python", "stubs", "high-precision"] }
- extension-module
-
Enables extension-module of nautilus-core 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 = cbindgen
-
Enables ffi of nautilus-core
Affects
nautilus-model::ffi
,data::drop_cvec_pycapsule
… - python = pyo3
-
Enables python of nautilus-core
Affects
nautilus-model::python
… - stubs = rstest
-
Affects
accounts::stubs
,data::stubs
,account::stubs
,order::stubs
,identifiers::stubs
,instruments::stubs
… - high-precision
-
Affects
fixed::FIXED_PRECISION
,fixed::PRECISION_BYTES
,fixed::FIXED_SIZE_BINARY
,fixed::FIXED_SCALAR
,money::MONEY_MAX
,money::MONEY_MIN
,money::MoneyRaw
,price::PriceRaw
,price::PRICE_MAX
,price::PRICE_MIN
,price::decode_raw_price_i64
,quantity::QuantityRaw
,quantity::QUANTITY_MAX
…
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.