Jemsu Quartz

Search

Search IconIcon to open search

Rust

Last updated Apr 1, 2023 Edit Source

# Learning Resources

Recommended Beginner Workflow

By at least one YouTube person anyway:

  1. Go through the book, cover to cover
  2. Go through the book again, but now the interactive version
  3. Rust by example + Rustlings: Complementary.

# Topic-Specific Resources

# Setup

Via rustup, curl‘ing into sh like madlads:

1
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Crates I should check out I guess

# Tools written in Rust to take a peek in