RustCMake — an example project showing usage of CMake with Rust

An example of using CMake with Rust. Try it! mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/tmp make -j make test -j make doc -j make install
Information
Category: Rust / Build system
Watchers: 7
Star: 106
Fork: 15
Last update: Sep 29, 2023

Related Repos



iinc0gnit0 What is RVuln? RVuln is multi-threaded vulnerability scanner written in Rust Features Scans for XSS vulnerabilities Multi-threaded scanning To-Do Work
 

adam-mcdaniel ⚓ harbor ⚓ A language that ports: examining the limits of compilation. Demo | Crates | Contact Me Written in Rust 🦀 💖 NOTE: Click the images above f
 

nicolas-van rust-cross-compile-example A working example of multi targets compilation for Rust using Github Actions. It compiles a hello world example in Rust usi
 

egoist dum replaces npm run. Instead of waiting 200ms for your npm client to start, it will start immediately. 💛 You can help the author become a full-time
 

irevenko 🎨 🦀 ferris-fetch Inspired by gofetch 💖 🛠️ Cross platfrom System Info Tool for Rustaceans 🦀 Installation 🔨 cargo install ferris-fetch Contributin
 

LukeMathWalker Cache the dependencies of your Rust project and speed up your Docker builds.
 

STBoyden Ocean is a project manager, similar to Rust's Cargo, for C and C++ written with Rust - that other systems programming language. The command syntax is very similar to that of Cargo's.
 

dtolnay Compile-time temporary directory shared by multiple crates and erased by `cargo clean`
 

alopatindev Cargo wrapper which limits compiler messages number. Error messages come first.
 

iomentum cargo-scaffold is a flexible and easy-to-use developper tool to let you scaffold a project. It's fully configurable without writing any line of code. It generates any kind of projects with a developer friendly CLI.
 

lightspeed Palisade (IPA: /pæl əˈseɪd/) is a tool that reads from changelog and version files then uses them to cut releases of software. This tool is intended to be run by CI tools on every commit to master.
 

newrelic Rusty Hogs Rusty Hog is a secret scanner built in Rust for performance, and based on TruffleHog which is written in Python. Rusty Hog provides the fol
 

pczarn gearley • An Earley parser engine. Work in progress. You can check the documentation here. This engine is meant to be a foundation of an optimized par
 

joshtriplett metadeps lets you write pkg-config dependencies in Cargo.toml metadata, rather than programmatically in build.rs. This makes those dependencies declar
 

doctorn trait_eval We all know Rust's trait system is Turing complete, so tell me, why aren't we exploiting this??? Who needs const-fn when we've got a crate