Cargo Features
[dependencies]
libceed-sys = { version = "0.12.0", default-features = false, features = ["static", "system"] }
- default = static
-
The
static
feature is set by default wheneverlibceed-sys
is added without
somewhere in the dependency tree.default-features = false - static default
- system
libceed-sys has 3 features without comments.