Cargo Features
matlab-mat has no features set by default.
[dependencies]
matlab-mat = { version = "0.1.0", features = ["ndarray"] }
- ndarray = ndarr, num-complex
-
Affects
matlab-mat::ndarray
…
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.
- ndarr ndarray?
-
Enables ndarray ^0.15
- num-complex ndarray?