rust-lang / rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.
https://rust-lang.github.io/rust-bindgen/
BSD 3-Clause "New" or "Revised" License
4.39k stars 691 forks source link

Make `CargoCallbacks` more discoverable #2778

Closed tgross35 closed 6 months ago

tgross35 commented 7 months ago

rerun-if-changed for only needed files is great and useful for almost all projects, but somewhat difficult to find. Add a bit about it in the Builder docs.