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 supported4 Subscribers
Add a CodeTriage badge to rust-bindgen
Help out
- Issues
- `__attribute__((weak))` declarations are emitted as ordinary externs, producing strong undefined references on ELF
- `_BitInt` types lose their signedness and get widened to the next storage size
- bindgen panicked with message "Not an item: ItemId(...)" when parsing recursive union templates (breaks recent LLVM libc++ std::aligned_union)
- Fix panics when class is allowlisted but its base class is not
- Add test for bitfield method resolution with unparsed template
- ir: Skip phantom anonymous members from inside attribute expressions
- A macro transformation hack based on AST translation.
- Incorrect layout of bitfields
- [BUG] Invalid binding generation for union with long double field
- Generate pointer-valued macro constants
- Docs
- Rust not yet supported