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
- "manually" implement Eq when we cannot derive it
- Include template arguments in instantiations' names (support marking "nested" instantiations as opaque)
- Ability to provide renames for unnamed types
- Document how to use bindgen with pkg-config or similar.
- Add a section to the users guide about deriving traits
- Use core::arch vector types on FFI
- Bindgen should stop people from passing type with dtor by value for generated functions
- --target flag addition in BindgenContext could cause issues.
- Document profiling bindgen performance in CONTRIBUTING.md section
- Our C-Smith driver should print text content for a bug report upon finding a failure
- Docs
- Rust not yet supported