Cargo Features
[dependencies]
cadeau-sys = { version = "0.2.1", default-features = false, features = ["xmf", "dlopen"] }
- default = xmf
-
The
xmf
feature is set by default whenevercadeau-sys
is added without
somewhere in the dependency tree.default-features = false - xmf default
-
Affects
cadeau-sys::xmf
… - dlopen
-
Use manual library loading at runtime by providing a path to the dynamic library file.