Rust 1.41.1

Empowering everyone to build reliable and efficient software. Read more

Similar

Rust-GPU v0.4

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 »

Interior Mutability Patterns in Rust

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 »