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.23k stars 679 forks source link

Rebase of #2818 and #2817 #2821

Closed emilio closed 2 months ago

emilio commented 2 months ago

They couldn't be merged without a rebase because of a CI issue (fixed by #2819).

Closes #2818 Closes #2817

emilio commented 2 months ago

Thanks @GKFX!