/learning-rust

Material I come across which is benefitial in reading through to learn the language

Learning Rust

Material I come across which is benefitial to read through to learn the language (next to my own series, of course)


Content

Rust Overview

  1. General Overview
  2. Rust Features
    2.1 Traits
    2.2 Types
    2.3 Associated Types
    2.4 Closures
    2.5 Ownership
    2.6 Allocation and Memory
    2.7 Lifetimes
    2.8 Macros
    2.9 Cargo
  3. Specific Knowledge
    3.1 Iterator
    3.2 Options
    3.3 Documentation Testing
  4. Complete Learning Websites
  5. Tutorials
  6. Talks
  7. Project Ideas
  8. General Tinker
  9. Long form and General Knowledge

Rust Asnyc/Web

  1. Async
  2. Concurrency
  3. Futures
  4. Libraries
  5. Tide
  6. Interesting Projects
  7. Specific Knowledge
  8. General Web and Async KnowHow
  9. Async Tinker
  10. Insight in other languages

General Overview

Rust Features

Traits

Types

Associated Types

Closures

Ownership

Allocation and Memory

Lifetimes

Macros

Cargo

Specific Knowledge

Iterator

Options

Documentation Testing


Complete Learning Websites

Tutorials

Talks

Project Ideas

General Tinker

Long form and General Knowledge


Async

Concurrency

Futures

Libraries

Tide

Interesting projects

Specific Knowledge

General Web and Async KnowHow

Async Tinker

Insight in other languages