Rusts type system requires that there only ever is one mutable reference to a value or one or more shared references. What happens when you need multiple references to some value, but also need to mutate through them? We use a trick called interor mutabil… Read more
Similar
A WebAssembly image processing library that delivers blazing performance and can be called via JS. (more…)
Read more »
Today we find several ways to blink an LED, and explore the various layers of abstraction within the embedded Rust ecosystem.Chapters:0:00 Intro0:36 Peripher... (more…)
Read more »
unformat code into perfect blocks. Contribute to fprasx/cargo-unfmt development by creating an account on GitHub. (more…)
Read more »
Property-based testing isn’t always the answer, but the very act of considering your code's abstract properties can help you understand it better. (more…)
Read more »
Versioned data-structures for Rust. Contribute to doctorn/obake development by creating an account on GitHub. (more…)
Read more »