cxx
C interoperability library
A library providing safe and idiomatic interop between Rust and C++
Safe interop between Rust and C++
6k stars
59 watching
339 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,666 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,531 |
mozilla/cbindgen | Generates C/C++ bindings from Rust code to facilitate interoperability with other languages and systems. | 2,440 |
immunant/c2rust | A tool that translates C code to Rust with the goal of preserving functionality and security | 4,047 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,512 |
rust-lang/miri | An Undefined Behavior detection tool for Rust that runs binaries and detects unsafe code and memory leaks. | 4,694 |
vulkano-rs/vulkano | A Rust wrapper around the Vulkan API providing a safe and rich interface to the graphics programming environment. | 4,579 |
bytecodealliance/wasmtime | A lightweight WebAssembly runtime that provides a fast, secure, and standards-compliant execution environment for web-based applications. | 15,559 |
rusterlium/rustler | Provides a safe Rust bridge for interacting with Erlang VM | 4,389 |
nix-rust/nix | Rust bindings to various Unix platform APIs | 2,697 |
laurentmazare/tch-rs | Rust bindings for PyTorch's C++ API to facilitate machine learning and neural network development. | 4,421 |
microsoft/windows-rs | A library that provides Rust bindings for calling Windows APIs. | 10,797 |
cysharp/csbindgen | A tool for generating C# foreign function interface (FFI) code from Rust | 703 |
gfx-rs/gfx | A cross-platform GPU API that provides low-level graphics and compute capabilities | 5,362 |
formal-land/coq-of-rust | Tool that verifies Rust code by translating it into Coq's proof system to ensure no bugs or vulnerabilities exist | 437 |