Comprehensive Rust: course used by the Android team at Google

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone. – GitHub – google/comprehensive-rust: This is the Rust course used by the… Read more

Similar

Allocators in Rust

There has been a lot of discussion lately about Rust’s allocator story, and in particular our relationship to jemalloc. I’ve been trying to catch up, and I w... (more…)

Read more »

Short Circuit Sum in Rust

Haskell and Rust both support asynchronous programming. Haskell includes a feature called async exceptions, which allow cancelling threads, but they come at a cost. See how Rust does the same job, and the relative trade-offs of each approach. (more…)

Read more »