Rust Learning

A bunch of links to blog posts, articles, videos, etc for learning Rust
Alternatives To Rust Learning
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
The Way To Go_zh_cn32,851
a month ago1March 01, 202139Go
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Learn Vim11,420
a month ago11other
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖
Rust Learning9,802
a month ago5
A bunch of links to blog posts, articles, videos, etc for learning Rust
Thebookofshaders5,122
21 days ago51otherGLSL
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
Dive Into Dl Tensorflow2.03,588
3 months ago22apache-2.0Jupyter Notebook
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Practical Cryptography For Developers Book2,967
24 days ago49mitCSS
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
Webpack Book2,392
2 months agoJavaScript
From apprentice to master (CC BY-NC-ND)
Js Primer2,245
2 days ago41otherJavaScript
:book: JavaScript Primer - 迷わないための入門書
Byte Of Python2,022
3 months ago10Python
Beginners book on Python - start here if you don't know programming
Intro To Rxjava2,005
3 years ago24Java
An extensive tutorial on RxJava
Alternatives To Rust Learning
Select To Compare


Alternative Project Comparisons
Readme

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

  • ⭐️ 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

Rust internals

Compilation

FFI

CI / Testing

Debug / Profiling

Are we ... yet?

Comparison with Other Languages

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

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, Time till Rust

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

Are you looking for a job? RustJobs.rs

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.

Similar projects

Popular Tutorials Projects
Popular Book Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Rust
Tutorial
Book
Programming