Join Exercism’s Rust Track for access to 103 exercises grouped into 13 Rust Concepts, with automatic analysis of your code and personal mentoring, all 100% free.
pub fn hello() -> &'static str {
"Hello, World!"
}
Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.
Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.
Luhn: Using a Custom Trait
Clean up user-entered phone numbers so that they can be sent SMS messages.
Rust is blazingly fast and memory-efficient; it has no runtime or garbage collector.
Rust’s rich type system and ownership model guarantee memory-safety and thread-safety.
Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling.
Rust's package manager and build tool is best-in-class.
Rust compiles by default to a single static executable, and cross-compilation is easy.
Stack Overflow's most-loved language every year since 2016.
Every language has its own way of doing things. Rust is no different. Our mentors will help you learn to think like a Rust developer and how to write idiomatic code in Rust. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in Rust - they'll help you discover the things you don't know that you don't know.
Learn more about mentoringThe Rust track on Exercism has 13 concepts and 103 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.
See all Rust exercisesThe best part, it’s 100% free for everyone.