cc-rs
Build compiler
Provides build scripts to compile C/C++ code into a Rust library
Rust library for build scripts to compile C/C++ code into a Rust library
2k stars
30 watching
450 forks
Language: Rust
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 414 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 258 |
gurugio/rust-for-linux | Adding support for the Rust language to the Linux kernel | 5 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
rust-cross/rust-musl-cross | Docker images and build scripts for compiling static Rust binaries with musl-cross | 646 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
willcrichton/lia | A high-level language for Rust that allows users to write efficient code in a dynamic, Javascript-esque syntax | 338 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |
siegelord/rustcmake | An example project demonstrating CMake usage with Rust programming language | 109 |
sean1708/rusty-cheddar | Automatically generates C header files from Rust source code | 191 |