Cargo Features
ha-ndarray has no features set by default.
[dependencies]
ha-ndarray = { version = "0.4.0", features = ["all", "freqfs", "opencl", "stream"] }
- all = freqfs, opencl, stream
- freqfs all? = stream
-
Enables stream of freqfs ^0.10
- opencl all? = memoize, ocl
-
Affects
access::AccessMut.cl_buffer
,buffer::BufferMut.cl
,ha-ndarray::opencl
,ha-ndarray::CType
… - stream all? freqfs? = async-trait, destream, futures
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.
- async-trait stream?
- destream stream?
-
Enables destream ^0.8
- futures stream?
- memoize opencl?
-
Enables memoize ^0.4
- ocl opencl?