Amazon: We’re hiring software engineers who know programming language Rust

Open-source programming language Rust is a critical component of our long-term strategy, says AWS. Read more

Similar

Rust Interior Mutability Patterns

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 »