Cargo Features
qres_core has no features set by default.
[dependencies]
qres_core = { version = "21.0.0", features = ["std", "python", "dp", "gpu", "cli"] }
- std dp? python?
-
Enables walkdir, std of constriction ^0.3, std and std_rng of rand ^0.8 and std of serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
qres_core::archive,qres_core::compression,qres_core::dedup,qres_core::encoding,qres_core::inference,qres_core::multivariate,qres_core::resource_management,qres_core::compress_with_callback… - python = pyo3, std
-
Affects
qres_core::python_api… - dp = std
-
Enables opendp
Privacy features
- gpu
-
Enables wgpu ^0.19
Affects
qres_core::gpu… - cli
-
Enables clap
CLI support
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.25