Cargo Features

QSlib has no features set by default.

[dependencies]
qslib = { version = "0.14.0-pre3", features = ["debug", "python", "simd"] }
debug

Enables debug of winnow ^0.6.22

python = pyo3, pyo3-async-runtimes

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?
pyo3-async-runtimes python?