Cargo Features
[dependencies]
raptorq = { version = "2.0.0", default-features = false, features = ["std", "python", "serde_support", "benchmarking"] }
- default = std
-
The
std
feature is set by default wheneverraptorq
is added without
somewhere in the dependency tree.default-features = false - std default benchmarking? python? serde_support?
- python = pyo3, std
- serde_support = serde, std
- benchmarking = std
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.
- serde serde_support?
- pyo3 python?
-
Enables pyo3 ^0.20