rust-bindgen
https://github.com/rust-lang/rust-bindgen
Rust
Automatically generates Rust FFI bindings to C (and some C++) libraries.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported3 Subscribers
Add a CodeTriage badge to rust-bindgen
Help out
- Issues
- Use appropriate `rustfmt --format ...` param
- Multiple minor lint fixes
- [feature request] request a `--wrap-inline-fns` flag, for wrapping inline functions
- bindgen incorrectly generates `*mut` instead of `*const` from C++ header, when the parameter type is from another namespace
- Add callback to declare functions/statics safe
- Another idea for enums representation (and feature request)
- Standard C++ headers are not accessible
- Generated bitfield code triggers clippy `ptr_offset_of_cast` lint
- [RFC] Revamp interface for enum representations
- Using rustified enums in function signatures is (almost?) always wrong
- Docs
- Rust not yet supported