manaskarekar / rust-learning

A bunch of links to blog posts, articles, videos, etc for learning Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. aren't 2 paragraph 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 need to be convinced that Rust 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 yet, start by reading Rust docs. You also have ebook versions of the doc here and there.

Tags meanings

  • Something made by a rust team member.
  • 🔚 Concepts are still useful but code could not compile.
  • 🔜 Work In Progress.

Table of Contents

Books

Videos

Playlists

Presentations

Podcasts

Rust in practice

Best Practices/Style Guides

Cheat sheets

RFCs

See Rust RFCs and Accepted RFCs

Compilation

FFI

CI / Testing

Debug / Profiling

Comparison with Other Languages

Languages Links
C#
C/C++
Clojure
Java/Scala
JavaScript
Nim
OCaml / Haskell
Python
Ruby
Swift

Applications / Libraries / Tools

See repos kud1ing/awesome-rust & awesomo /rust

Language stuff

Closures

Documentation

Enums

Iterators

Lifetime

Macros

MIR

Modules

Monads

Ownership / Concurrency

Privacy

Strings

Syntax extensions

Traits

Unsafe

Playground

Locale links

People

This is the official Rust Team and Servo Team

You search for a rustacean? http://www.rustaceans.org/

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

Go to rusty events? RustFest, RustConf, Rust Belt Rust

You are looking for a job? Rust Jobs

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

You want to stay up to date? This Week in Rust, This Week in Rust Docs, The official reddit, Rust Herald

There is also The Rust Community Blog

Famous Rustacean Bloggers

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.

A few universities have had classes about Rust. Here are links to their public resources.

About

A bunch of links to blog posts, articles, videos, etc for learning Rust