Topics:

Rust Search Extension via @PeterKehl

Peter shared a helpful browser plugin called Rust Search Extension. It allows you to search docs, crates, builtin attributes, official books, and error codes from the address bar of your browser. Very handy!

Links for Learning Rust via @PeterKehl

Links for Learning Rust via @mysteriouspants

Links for Learning Embedded Rust via @jacobrosenthal

Crates You Should Know

  • structopt: Parse command line argument by defining a struct
  • embedded-graphics: a 2D graphics library that is focused on memory constrained embedded devices