Cargo Features
[dependencies]
fie-ffi = { version = "0.3.0", default-features = false, features = ["c", "header"] }
- default = c
-
The
c
feature is set by default wheneverfie-ffi
is added without
somewhere in the dependency tree.default-features = false - c default
-
Affects
fie-ffi::c
… - header = cbindgen
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- cbindgen build header?
-
Enables cbindgen ^0.8