Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project: bindgen #2

Open
nvzqz opened this issue Jul 31, 2020 · 1 comment
Open

Project: bindgen #2

nvzqz opened this issue Jul 31, 2020 · 1 comment
Assignees
Labels
lang-c Programming language: C lang-cpp Programming language: C++ lang-objc Programming language: Objective-C project Related to a specific project

Comments

@nvzqz
Copy link
Member

nvzqz commented Jul 31, 2020

🚀 Project Suggestion

Name: bindgen

Languages: C, C++, Objective-C

Description: Automatically generates Rust FFI bindings to C (and some C++) libraries.

Sites:

Maintainers: @emilio, @fitzgen

Status

crates.io

This project is very mature and is used in production by many in the Rust community.

It is often a starting point for anyone who wants to do FFI in Rust.

@nvzqz nvzqz added the project Related to a specific project label Jul 31, 2020
@nvzqz nvzqz self-assigned this Jul 31, 2020
@nvzqz nvzqz added lang-c Programming language: C lang-cpp Programming language: C++ labels Aug 3, 2020
@simlay
Copy link

simlay commented Aug 4, 2020

Bindgen also has support for objective-c bindings. Having added most of those contributions to bindgen in the last year, I'd say that it's starting to feel mature but it doesn't seem like anyone but me is actually using bindgen to do that.

@nvzqz nvzqz added the lang-objc Programming language: Objective-C label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-c Programming language: C lang-cpp Programming language: C++ lang-objc Programming language: Objective-C project Related to a specific project
Projects
None yet
Development

No branches or pull requests

2 participants