omeryusufyagci / rust-cpp-integrationLinks
A collection of Rust-C++ interoperability examples, from basic integration to advanced concurrency patterns. Easily build and run in a containerized environment with the provided launcher.
☆19Updated last year
Alternatives and similar repositories for rust-cpp-integration
Users that are interested in rust-cpp-integration are comparing it to the libraries listed below
Sorting:
- A Rust implementation of OS provided synchronization primitives☆62Updated 2 years ago
- Conversion to/from binary for arbitrary types. With no_std and no_alloc support.☆28Updated last week
- Count directory entries—`ls | wc -l` but faster☆29Updated this week
- Windows Linked Lists in idiomatic Rust (LIST_ENTRY, SINGLE_LIST_ENTRY)☆23Updated 2 years ago
- Byte-wise atomic memcpy.☆39Updated 2 months ago
- An NVIDIA CLI tool written in native Rust. 🦀☆13Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last week
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- A Rust USB library which works on both native and WASM targets☆23Updated 2 weeks ago
- A C expression parser and evaluator☆49Updated 2 years ago
- An example of a common Wi-Fi set up scenario on ESP32 using Rust☆16Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- Library facilitating safe pinned initialization☆73Updated last week
- Build and evaluate binary expression trees☆37Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- Generate parsers directly from AST node types☆86Updated last year
- bluss/IndexMap with amortized resizes☆14Updated 5 years ago
- Parse JSON file at compile time and embed as serde_json::Value☆33Updated this week
- An implementation of bzip2 in pure rust☆62Updated 3 months ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆70Updated 3 months ago
- A c_import macro for Rust☆14Updated 8 months ago
- Safely cast slices of one built-in fundamental number type to another☆28Updated 9 months ago
- An alternative rust async runtime.☆60Updated last week
- A simple library to use Rust's type system to handle endianness.☆17Updated 2 months ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- A custom context for eyre that supports backtraces on stable☆15Updated last year
- Link libstdc++ or libc++ automatically or manually☆51Updated this week
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago