The second video game for the Micro:bit in Rust
I recently published a story about bitflyer, a simple game for the BBC micro:bit. (more…)
Read more »Most Rust programmers have heard of Rayon, a crate that makes it almost magically easy to introduce parallelism to a program. In this article we’ll examine how to apply Rayon to basic stream … Read more