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:
- Byte-wise atomic memcpy.☆38Updated last month
- A C expression parser and evaluator☆49Updated 2 years ago
- Conversion to/from binary for arbitrary types. With no_std and no_alloc support.☆27Updated this week
- A Rust implementation of OS provided synchronization primitives☆63Updated 2 years ago
- Library facilitating safe pinned initialization☆66Updated 3 weeks ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Windows Linked Lists in idiomatic Rust (LIST_ENTRY, SINGLE_LIST_ENTRY)☆22Updated 2 years ago
- ☆18Updated 10 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last month
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆70Updated 2 months ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- C++ documentation generator☆66Updated last month
- 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
- Build and evaluate binary expression trees☆37Updated last year
- Generate parsers directly from AST node types☆86Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Minimal FAT32 Client written in #[no_std] Rust☆31Updated 3 months ago
- Include many files in your Rust code for self-contained binaries☆19Updated 2 months ago
- An aimless attempt at building a PC from scratch, in a vaguely eurorack/modular synth style.☆69Updated 3 years ago
- LLVM Bitcode parser in Rust☆25Updated 6 months ago
- A lightweight, recoverable sandbox for executing untrusted RISC-V code in constrained environments☆53Updated 2 months ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- A tiny Rust std-lib for Linux x86_64 and aarch64☆50Updated last week
- A Rust Vector which swaps to disk based on given parameters☆44Updated 2 years ago
- Set process and thread affinity in your Rust programs !☆30Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 4 months ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆32Updated last week
- A CRC algorithm generator with SIMD support and table fallback☆20Updated 10 months ago
- Count directory entries—`ls | wc -l` but faster☆29Updated last week