Rust makes Rayon’s data parallelism magical
The Rayon data parallelism library makes it easy to run your code in parallel—but the real magic comes from tools in the Rust programming language. (more…)
Read more »
In this post I’ll be talking about recent work I and others have done to make crash handling and reporting in Rust a (fairly) straightforward procedure by introducing several new crates that can be used in conjunction with each other, or with other crates… Read more