r4cppp
Rust tutorial
A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming.
Rust for C++ programmers
4k stars
95 watching
290 forks
Language: Rust
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,770 |
dtolnay/cxx | A library providing safe and idiomatic interop between Rust and C++ | 5,980 |
microsoft/windows-rs | A library that provides Rust bindings for calling Windows APIs. | 10,797 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 55,016 |
ebtech/rust-algorithms | A collection of classic data structures and algorithms in Rust, showcasing the design and implementation for learning and reference purposes. | 3,778 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,885 |
mozilla/cbindgen | Generates C/C++ bindings from Rust code to facilitate interoperability with other languages and systems. | 2,440 |
ralfbiedert/cheats.rs | A comprehensive reference guide for the Rust programming language | 4,177 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,531 |
ctjhoa/rust-learning | A curated collection of links and resources for learning Rust | 11,599 |
rbatis/rbatis | An ORM that compiles dynamic SQL at compile time, balancing performance and robustness for efficient database interactions. | 2,319 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,263 |
sger/rustbooks | A curated collection of Rust language resources and tutorials | 4,564 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,677 |