Mastering Rust (Vesa Kaihlavirta)

  • Source
  • 1 Getting Your Feet Wet
  • 2 Using Cargo to Build Your First Program
  • 3 Unit Testing and Benchmarking
  • 4 Types
  • 5 Error Handling
  • 6 Memory, Lifetimes, Borrowing
  • 7 Concurrency
  • 8 Macros
  • 9 Compiler Plugins
  • 10 Unsafety and Interfacing with Other Languages
  • 11 Parsing and Serialization
  • 12 Web Programming
  • 13 Data Storage
  • 14 Debugging
  • 15 Solutions and Final Words