Want to learn and master Rust?

Join Exercism’s Rust Track for access to 96 exercises with automatic analysis of your code and personal mentoring, all 100% free.

Explore exercises

About Rust

Key Features of Rust


Rust

Performance

Rust is blazingly fast and memory-efficient; it has no runtime or garbage collector.

Reliability

Rust’s rich type system and ownership model guarantee memory-safety and thread-safety.

Productivity

Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling.

Cargo

Rust's package manager and build tool is best-in-class.

Write Once, Run Anywhere

Rust compiles by default to a single static executable, and cross-compilation is easy.

❤︎

Stack Overflow's most-loved language every year since 2016.

Get mentored the Rust way

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 mentoring

Community-sourced Rust exercises

The Rust track on Exercism has 96 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 exercises
Rust

Get started with the Rust track

The best part, it’s 100% free for everyone.