Cargo Features
[dependencies]
alloc-madvise = { version = "0.4.0", default-features = false, features = ["ffi"] }
- default = ffi
-
The
ffi
feature is set by default wheneveralloc-madvise
is added without
somewhere in the dependency tree.default-features = false - ffi build default
-
Enables the generation of FFI bindings.
Enables cbindgen ^0.26.0