Rust Magazine

It is with great excitement that we announce the launch of Rust magazine – a publication dedicated to the Rust programming language. Read more

Similar

Rocket – A Rust game running on WASM

Two weeks ago, Alex Crichton’s PR adding a target for WebAssembly to the Rust compiler was merged. There are many differences between this target and the Emscripten one, but the important one for me is that it doesn’t depend on external stuff like the Ems... (more…)

Read more »

Squeezing Rust into production: Part 2

Previously I wrote a small post (now unpublished, it was quite boring) about finding the smallest possible opening for introducing Rust into production use. In that case, Rust's place was quite minor; just the small script-like snippet for updating the in... (more…)

Read more »