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 minimum hstr clone in Rust☆12Updated last year
- Demo code for Rust on ThreadX☆22Updated 2 weeks ago
- 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
- A log-compatible wrapper around the Windows Event Log API☆14Updated 10 months ago
- A C expression parser and evaluator☆49Updated 2 years ago
- Windows Linked Lists in idiomatic Rust (LIST_ENTRY, SINGLE_LIST_ENTRY)☆22Updated last year
- C++ documentation generator☆63Updated 3 weeks ago
- An example of a common Wi-Fi set up scenario on ESP32 using Rust☆16Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last week
- Count directory entries—`ls | wc -l` but faster☆28Updated last month
- Library facilitating safe pinned initialization☆60Updated 2 weeks ago
- Build and evaluate binary expression trees☆36Updated last year
- Rust HAL repp☆12Updated 3 years ago
- Conversion to/from binary for arbitrary types. With no_std and no_alloc support.☆26Updated last week
- Byte-wise atomic memcpy.☆37Updated 2 weeks ago
- Full precision decimal representation of f64☆26Updated last week
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Corny COBS encode/decode for Rust no_std targets☆21Updated 2 years ago
- A simple library to use Rust's type system to handle endianness.☆16Updated 11 months ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- An NVIDIA CLI tool written in native Rust. 🦀☆13Updated last year
- Cross-platform, endian-aware primitives for Rust☆41Updated 4 months ago
- 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
- A Rust implementation of OS provided synchronization primitives☆62Updated 2 years ago
- ⌨️ Rust crates for building TUIs in UEFI applications☆75Updated last month
- A rust implementation of the “Quite OK Image” format for fast, lossless image compression☆47Updated 3 years ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆67Updated 4 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 months ago
- A c_import macro for Rust☆11Updated 5 months ago