Home

Awesome

rust-learning Build Status

A bunch of links to blog posts, articles, videos, etc for learning Rust. Feel free to submit a pull request if you have some links/resources to add. Also, I try to verify that the articles below have some real content (i.e. they aren't 2 paragraph long blog posts with little information) to ensure I'm not listing "fluff" pieces. If you have an idea for a better way to organize these links, please let me know.

Introduction

Do you want to be convinced that Rust is worth learning? Let us show you the True Nature of the Force.

The main documentation is always the best beginning, so if you haven't read it yet, start by reading the Rust docs. You can also have the ebook versions of the doc here and here.

Tag meanings

Table of Contents

Books

Videos

Playlists

Presentations

Podcasts

Rust in practice

Best Practices/Style Guides

Cheat sheets

Rust internals

Compilation

FFI

CI / Testing

Debug / Profiling

Are we ... yet?

Comparison with Other Languages

LanguagesLinks
C#<ul><li>Exploring Rust (from C#) - Nicholas Blumhardt</li></ul>
C/C++<ul><li>Rust For Systems Programmers & Rust for C++ Programmers - Nick Cameron</li><li>I used to use pointers - now what? - diwic</li><li>Comparing parallel Rust and C++ - matiaslindgren</li><li>Zero cost abstractions: Rust vs C++ - rottedfrog</li><li>A Firehose of Rust, for busy people who know some C++ - Jack O'Connor</li><li>Unsafe Rust is not C - Jack O'Connor</li></ul>
Clojure<ul><li>Rust for Clojurists - Zach Oakes</li></ul>
Go<ul><li>Rust vs Go - John Arundel</li><li>Rust vs. Go - Julio Merino</li></ul>
Java/Scala<ul><li>Comparing Rust and Java - Llogiq</li><li>A light comparison between Rust and Java generics and type system features. - Marvin Löbel</li><li>Rust: A Scala Engineer's Perspective - Lloyd </li><li>Rust for professionals - Pascal</li></ul>
JavaScript<ul><li>Rust's Ownership model for JavaScript developers - Christoph Burgdorf</li><li>Rust for Node developers - Donald Pipowitch</li><li>Rust for professionals - Pascal</li></ul>
Nim<ul><li>A Quick Comparison of Nim vs. Rust - Arthur Liao</li></ul>
Nodejs<ul><li>Rust for Node developers - Donald Pipowitch</li></ul>
OCaml / Haskell<ul><li>Rust for functional programmers</li></ul>
Python<ul><li>Rust for Python Programmers - Armin Ronacher</li><li>py2rs - Bruno Rocha</li></ul>
Ruby<ul><li>Rust for Rubyists - Steve Klabnik</li></ul>
Swift<ul><li>A Swift guide to Rust - sealedabstract</li><li>Rust and Swift - Chris Krycho</li></ul>
Erlang<ul><li>A Comparison between erlang and rust starting from language semantics to runtime features, performance etc.. - Krishna Kumar Thokala</li></ul>

Applications / Libraries / Tools

See repos kud1ing/awesome-rust & awesomo /rust

Language stuff

Can I use feature X? caniuse.rs - Rust feature search

Async

Closures

Documentation

Enums

Errors

Iterators

Lifetime

Macros

MIR

Modules

Option & Result

Ownership / Concurrency

Privacy

Strings

Syntax extensions

Traits

Unsafe

Playground

Locale links

People

This is the official Rust Team and Servo Team

Are you searching for a rustacean? http://www.rustaceans.org/

Do you want to ask a question? Users Forum, Stack Overflow

Do you want to meet them IRL? Meetup groups, Community calendar, Community talks list, RustBridge

Go to rusty events? The 2018 Rust Event Lineup, The 2019 Rust Event Lineup

Are you looking for a job? RustJobs.dev, RustJobs.com

Are you fast, friendly, and fearless? Find something Rusty to work on!, Awesome Rust Mentors

Do you want to stay up to date? The official blog, This Week in Rust, This Week in Rust Docs, The official reddit

Do you want to find out why some historical decisions took place? Chronicle.rs

Fearless Rust Bloggers

A complete list could be found here

Don't forget Ferris the unofficial mascot.

Tutorials & Workshop Materials

These are slides and materials from brick-and-mortar workshops about Rust. While they're unlikely to help a student learning independently, they may be of interest if you're running a workshop on Rust.

<!-- Rustaceans -->

Similar projects