The Tokio team is excited to announce the release of Tokio 0.3. This release functions as a Tokio 1.0 beta. API rough edges have been fixed. This release is an opportunity to validate the changes before stabilizing them as part of the 1.0 release. As most... (more…)
Read more »
A beginner-friendly, free, online book about the Rust programming language. (more…)
Read more »
RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing). - d0iasm/rvemu... (more…)
Read more »
Screenshot from Embark's Creative Playground, which uses rust-gpu and raytracing.
Hi there! It's been long overdue, but it's finally here: the fourth release of rust-gpu! Our project aimed at makin... (more…)
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 »