Cargo Features
[dependencies]
microtensor = { version = "0.1.5", default-features = false, features = ["threading", "unsafe"] }
- default = threading, unsafe
-
These default features are set whenever
microtensor
is added without
somewhere in the dependency tree.default-features = false - threading default
-
Enables parking_lot
Affects
internal::RcT
,internal::RcCell
… - unsafe default
-
Enables matrixmultiply