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 whenever labview-interop is added without default-features = false somewhere in the dependency tree.

chrono

Enables chrono

sync default = link

Affects labview-interop::sync

Enables dlopen2 and dlopen2_derive

Affects array::LVArrayOwned, lv_errors::ToLvError.write_error, string::LStrOwned

ndarray

Enables ndarray