Cargo Features

[dependencies]
alloc-madvise = { version = "0.3.0", default-features = false, features = ["ffi"] }
default = ffi

The ffi feature is set by default whenever alloc-madvise is added without default-features = false somewhere in the dependency tree.

ffi build default

Enables the generation of FFI bindings.

Enables cbindgen ^0.24.3