Rust

Learning Rust

My suggestions:

History

Cyclone (2002) introduced region annotations and made free a no-op.

Things you can't do in Rust

  • Indicate that a function never panics
  • Coroutines
  • Compile time computation (like in Zig)
  • Multiple expressions in if-let

Links