Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Rust Crash Course

Rust is hard language learn here

Topics

  • implicit return
  • structs
  • impls
  • references
  • mutable vs immutable
  • common data structures (vec, arrays, slices, strings)
  • enums
  • borrow rules?
  • options/results
  • generics
  • traits

Table of contents