Want to follow along with Rust development? Curious how you might get involved? Take a look! (more…)
Read more »
Rust in Action</i> introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent st... (more…)
Read more »
Demo for the exterior vs. interior mutability talk at Rust Vienna - rust-mutability/actor.rs at main · tdanecker/rust-mutability... (more…)
Read more »
A withering factory town in Japan’s Rust Belt is looking for revival through a dose of Prime Minister Shinzo Abe’s
Read more »
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... (more…)
Read more »