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: libc #7

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

🚀 Project Suggestion

Name: libc

Languages: C

Description: Raw FFI bindings to platforms' system libraries

Sites:

Maintainers: @alexcrichton, @JohnTitor, @gnzlbg

Status

crates.io

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

Projects that need access to system calls for a given operating system would reach for this library.