Understanding Rust Thread Safety
How interviewing a recent OneSignal candidate taught me something new about thread safety in Rust... (more…)
Read more »This post assumes that you have an entry-level familiarity with Rust: you’ve fought with the borrow checker enough to start to internalize some of its model; you’ve defined structs, implemented traits on those structs, and derived implementations of commo… Read more