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 supported2 Subscribers
Add a CodeTriage badge to rust-bindgen
Help out
- Issues
- std dependencies when `use_core` is used: new approach
- bindgen needs a way to block a type alias without blocking things that depend on it
- `--no-derive-copy` causes all union bindings to use `__BindgenUnionField` even when a native Rust union would be safe
- Blacklisting doesn't hide inner types, and the template analysis gets confused.
- bindgen gets confused with arrays in generics.
- RISC-V target not passed on correctly to clang
- Possibly failing to detect template parameter T
- quickchecking broader range of viable code
- "manually" implement Ord when we cannot derive it
- Aliases to template instantiations don't work
- Docs
- Rust not yet supported