Devolutions / CMakeRustLinks
CMake Rust Language Support
☆173Updated 2 years ago
Alternatives and similar repositories for CMakeRust
Users that are interested in CMakeRust are comparing it to the libraries listed below
Sorting:
- An example project showing usage of CMake with Rust☆110Updated 7 years ago
- Rust build dependency for running cmake☆350Updated 2 months ago
- An example repo to setup cxx (Rust FFI library) with the CMake build system.☆98Updated 10 months ago
- A Rust wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts☆40Updated last year
- A somewhat idiomatic Rust wrapper for libclang.☆190Updated last year
- My implementation of a C++ Result<T, E> type inspired by Rust☆355Updated last year
- A C/C++ build system/project manager written in Rust☆157Updated 4 years ago
- Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS☆110Updated 8 months ago
- Implementation of triple buffering in Rust☆93Updated last month
- An example combining C++ and Rust libraries using the Rust cxx crate☆24Updated 4 years ago
- A concurrent, spsc ring-buffer with sized reservations☆100Updated 4 years ago
- c++ serialize and deserialize adaptor library like rust serde.rs☆113Updated last year
- A Rust wrapper around native shared memory for Linux and Windows☆424Updated 2 years ago
- build and install C-compatible libraries☆522Updated 3 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A crate for demangling C++ symbols☆316Updated last week
- Cross compile Rust programs to the MSVC Windows target using Wine☆67Updated 3 years ago
- A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers☆478Updated 10 months ago
- Embed C++ directly inside your rust code!☆838Updated 3 weeks ago
- A tutorial/example crate for generating C/C++ bindings on-the-fly with libbindgen