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.
☆18Updated 11 months ago
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:
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- A simple-to-use FAT filesystem library for Rust (mainly targeted at embedded systems)☆26Updated this week
- the definitive non-empty slice/array/vec library for Rust☆16Updated 3 weeks ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆67Updated 2 months ago
- A C expression parser and evaluator☆46Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆42Updated 2 weeks ago
- Library facilitating safe pinned initialization☆56Updated 2 weeks ago
- A canvas on which you can draw anything with ease before drawing the pixels on your small hardware display.☆21Updated 8 months ago
- Windows Linked Lists in idiomatic Rust (LIST_ENTRY, SINGLE_LIST_ENTRY)☆22Updated last year
- Macro for dynamically loading windows dll functions☆19Updated last year
- A Rust implementation of OS provided synchronization primitives☆59Updated last year
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆50Updated 7 months ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- Cross-platform, endian-aware primitives for Rust☆41Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Simple bit-level protocol definitions in Rust.☆23Updated 2 weeks ago
- A CRC algorithm generator with SIMD support and table fallback☆19Updated 5 months ago
- memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset()☆18Updated 5 months ago
- Derive your Attribute Parsers☆13Updated 2 years ago
- Lightweight binary to download only project required crates for offline crates.io mirror☆44Updated last week
- Sans-I/O style simple and lightweight mDNS client/server library for any async runtime.☆20Updated 2 weeks ago
- Waveform generator library written in Rust☆38Updated 2 years ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Byte-wise atomic memcpy.☆36Updated 2 weeks ago
- Unbuffered and unlocked I/O streams☆45Updated 4 months ago
- Build and evaluate binary expression trees☆36Updated 10 months ago
- Experimental Rust-to-C++ binding generator, using Rust compiler APIs to ensure accurate and stable translation.☆37Updated 4 months ago
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 2 weeks ago
- An example of a common Wi-Fi set up scenario on ESP32 using Rust☆16Updated last year