Knowledge center
The best resources to understand
Rust
The quintessential low-level language
Articlesto read
Created by
Graydon Hoare
May 2015
Latest version
release-0.7
about 13 years ago
Popularity
+10 
Rust is a systems programming language, created in 2010 by Graydon Hoare and backed by Mozilla, designed to offer performance, memory safety, and concurrency without data races, with an emphasis on safe programming without a garbage collector.
Articles
Create a basic web server in Rust with Rocket
Published on 02/09/2025
Learn how to create a basic web server in Rust with the Rocket framework. A practical guide to insta...
Getting Started with Rust: Installing and Running a Program
Published on 10/06/2025
Learn how to install Rust and compile your first program. A clear introduction to help you get start...