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: cc #4

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

🚀 Project Suggestion

Name: cc

Languages: C, C++

Description: Rust library for build scripts to compile C/C++ code into a Rust library

Sites:

Maintainers: @alexcrichton

Status

crates.io

This project is very mature (past 1.0) and is used in production by many in the Rust community.

Crates that need to call into C code often use it, especially -sys crates. It currently has 661 reverse dependencies.