Cargo Features

epan-sys has no features set by default.

[dependencies]
epan-sys = { version = "0.1.0", features = ["bindgen"] }

Enabling this feature causes us to generate the bindings at build time instead of using the pre-generated bindings.rs file.

bindgen build

Enables bindgen ^0.66

epan-sys has 1 feature without comment.