little rust delights
Rust isn't a small language and it has a lot of features, functions, and tricks that a lot of items don't know about. I want to some light on those things, helping beginners write better code and reminding experienced developers that rust is actually p cool! The talk would be an unordered list of cool stuff™, like using array repeat expressions with non copy types, collecting into Result and other unconventional types, breaking with a value out of a loop, using const functions in more places than you'd expect, init-less let and its uses, anon import, by_ref functions/auto ref, docs on impl blocks, using patterns everywhere, exhaustive matches & uninhabited values, and so on!
by waffle