Rust is a young systems programming language that aims to fill the gap between high-level languages—which provide strong static guarantees like memory and thread safety—and low-level languages—which give the programmer fine-grained control over data layou... (more…)
Read more »
:books: Learn to write an embedded OS in Rust on the Raspberry Pi :crab: - rust-embedded/rust-raspi3-OS-tutorials... (more…)
Read more »
Want to follow along with Rust development? Curious how you might get involved? Take a look! (more…)
Read more »
In a recent lang team meeting we discussed
the upcoming
Stream
RFC. We covered both the steps required to land it, and the steps we'd want
to take after that. One of the things we'd want eventually for streams is:
"async iteration syntax". Just like for x... (more…)
Read more »
Volta, a new JavaScript tool manager, recently released its first stable version. Volta installs CLI tools globally while locally storing version information. Like nvm for Node, Volta enables having multiple versions of the same tool installed, without ha... (more…)
Read more »