David has worked as a developer for 20+ years in a multitude of languages all over europe and the US. After a few years of being bored with Go, he jumped the gun and made a bet on Rust a few years ago. Currently working at Parity Technologies. In his free time he climbs rocks and changes diapers. Speaks Italian!
Robin Freyler has been developing for over a decade, with almost four of those years spent diving into Rust. He is passionate about studying programming languages, compilers, and formal methods. Before joining Parity Technologies as a Core Developer, he worked on a tool for verification of C code. He is always eager to learn more about Rust and hack on his hobby projects.
Rust is often touted as a fast language, but the Rust compiler isn’t magic. Although Rust enables and encourages an efficient style of programming, sometimes you need to dig deep and worry about the low-level details of your code. This workshop will teach you how to get the most out of your programs, without resorting to unsafety.