Cargo Features

xed-sys has no features set by default.

[dependencies]
xed-sys = { version = "0.6.0+xed-2024.05.20", features = ["bindgen"] }
bindgen build

Generate bindings with bindgen at build-time instead of using the pregenerated bindings.

This will be slower but is required for certain feature combinations.

Enables bindgen