rustlings
Rust learning exercises
A collection of small exercises to help developers learn Rust programming language by reading and writing code.
Small exercises to get you used to reading and writing Rust code!
54k stars
330 watching
10k forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list
beginner-friendlyrustrustlings
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,693 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,182 |
rust-lang/rust-clippy | A collection of rules to help improve Rust code by detecting common mistakes and suggesting improvements. | 11,467 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 2,984 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,042 |
rustpython/rustpython | A Python interpreter written in Rust, allowing execution of Python code on the target platform. | 19,183 |
dhghomon/easy_rust | Teaching Rust to developers without native English proficiency using clear and simple language. | 8,098 |
sagiegurari/cargo-make | A tool that automates the build process for Rust projects | 2,597 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,805 |
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,650 |
ctjhoa/rust-learning | A curated collection of links and resources for learning Rust | 11,530 |
rust-unofficial/patterns | An online reference catalog for Rust design patterns and idioms | 8,123 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,467 |
ralfbiedert/cheats.rs | A comprehensive reference guide for the Rust programming language | 4,147 |