Skip to content

tyrchen/rust-training

Repository files navigation

Rust training

  • slides: the slides for various trainings
  • code: code for the training
  • old-training-code: training code I used to train Rust for my team in 2019 (still valid as it is 2018 edition)

Videos

Note: all videos are in Chinese (所有视频语言均为中文).

Videos regarding the crates intro:

  1. Rust crates intro: Prost IntroSource code
  2. Rust crates intro: Axum 1-1: Source code
  3. Rust crates intro: Axum 1-2: Source code

Videos on macros(source code):

  1. Rust macros(1)
  2. Rust macros(2)
  3. Rust macros(3)

If you're looking for the previous training videos (free):

  1. Rust traing by Tyr(1)
  2. Rust traing by Tyr(2)
  3. How to learn new crates

If you want to learn from my paid class: Rust 第一课

Let's rust.