Description
Automatically generates Rust FFI bindings to C (and some C++) libraries.
Bindgen takes a c or c++ header file and turns them into rust ffi declarations. This version of bindgen is wrapped with the required compiler flags required to find the c and c++ standard library, as well as the libraries specified in the buildInputs of your derivation.