Cargo Features
[dependencies]
labview-interop = { version = "0.4.0", default-features = false, features = ["chrono", "sync", "link", "ndarray"] }
- default = sync
-
The
sync
feature is set by default wheneverlabview-interop
is added without
somewhere in the dependency tree.default-features = false - chrono
-
Enables chrono
- sync default = link
-
Affects
labview-interop::sync
… - link sync
-
Enables dlopen2 and dlopen2_derive
Affects
array::LVArrayOwned
,lv_errors::ToLvError.write_error
,string::LStrOwned
… - ndarray
-
Enables ndarray