Rust
- Installing Rust
 - Rust is a systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races.
 - The Rust Book
 - Rust cheat sheet
 - The Rust Community including #rust-beginners IRC channel
 - Rust Playground
 - Rust By Example
 - How to Become a Rust Super-developer
 - A Gentle Introduction to Rust
 - Learn Rust the Dangerous Way
 - Rust, the Hard Parts
 - Learn Rust in Y minutes
 - Groking diesel (a database ORM for Rust)
 - From Go to Rust - Advanced Testing and this version
 - This Week In Rust
 - Polymorphism in Rust: Enum vs Trait + Struct
 - A short essay on Rust and Go from 2014 - a lot has changed in the Rust world since!
 - an early interview about Rust
 - 24 days of Rust
 - New Rustacean blog
 - Rust versus C++: equal speed when optimized
 - Understand Over Guesswork - why Rust is great for system programming
 - Which language will replace C?
 - A small Operating System being written in Rust
 - Using types to enforce state-machine correctness
 - Carol Nichol's blog mostly about Rust and Ruby coding
 - Piston: A modular game engine written in Rust
 - Paradigms of Rust for the Go programmer
 - REST in Rust
 - A C to Rust translator
 - Graphic depiction of Rust ownership/borrowing
 - Rust faster than C++ on several real benchmarks
 - Redox - OS written in Rust and a video interview
 - Rust 101 video
 - Servo, the Parallel Browser Engine Project
 - Iron - Rust Web Server
 - A web application completely in Rust
 - Gotham - Rust Web Framework
 - Baby Steps with Rust
 - Rust in Windows a list of things to know to run Rust in Windows
 - Generic numeric functions in safe, stable Rust with the num crate - including how good the produced code is
 - Writing a ray-tracer in Rust
 - Fuzzing crate helps find bugs in Rust code
 - Rocket Guide Web server in Rust