Cargo Features

ha-ndarray has no features set by default.

[dependencies]
ha-ndarray = { version = "0.3.1", features = ["all", "freqfs", "opencl", "stream"] }
all = freqfs, opencl, stream
freqfs all? = stream

With stream

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?
futures stream?
memoize opencl?
ocl opencl?