Macro dinghy_build::generate_bindgen_bindings

source ·
macro_rules! generate_bindgen_bindings {
    ($builder:expr) => { ... };
}
Expand description

Generate a file containing the bindgen bindings in a standard path.

The standard path is ${OUT_DIR}/bindings.rs.

To use it, simply perform the call like generate_default_bindgen_bindings!(bindgen_builder)