ffi-rs / ffi.rs

Tracking the state of Rust's cross-language ecosystem
https://ffi.rs
MIT License
5 stars 0 forks source link

Project: bindgen #2

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

🚀 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.

simlay commented 4 years ago

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.