Cargo Features

xed-sys has no features set by default.

[dependencies]
xed-sys = { version = "0.5.0+xed-2023.12.19", 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