Cargo Features
QSLib has no features set by default.
[dependencies]
qslib = { version = "0.14.0-rc5", features = ["debug", "python", "simd"] }
- debug
-
Enables debug of winnow ^0.6.22
- python = pyo3, pyo3-polars
-
Affects
qslib::python
… - simd
-
Enables memchr, simd of winnow ^0.6.22
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 python?
-
Enables pyo3 ^0.23.3
- pyo3-polars python?