da-vaibhav / 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

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

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

Tags meanings

  • [official] Something made by a mozilla worker in a mozilla context
  • [old] Concepts are still useful but code could not compile.
  • [WIP] Work In Progress

Table of Contents

Books

Videos

You can watch Rust's meetups at air.mozilla

Podcasts

Rust in practice

Best Practices/Style Guides

Cheat sheets

RFCs

See Rust RFCs

Code Organization

None

Compilation

CI / Testing

Comparison with Other Languages

Applications / Libraries / Tools

See the awesome repo kud1ing/awesome-rust

Language stuff

Closures

Enums

Iterators

Lifetime

Macros

Monads

Ownership / Concurrency

Strings

Syntax extensions

Traits

Unsafe

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, RustCamp.

You looking for a job ? Rust Community Job Board

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.

About

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