rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux. - G... (more…)
Read more »
Disclaimer: this post isnβt meant to be a part of Programming Languages holywar or to say that either of languages is better. My goal is to outline the good ... (more…)
Read more »
Cross-platform audio I/O library in pure Rust. Contribute to RustAudio/cpal development by creating an account on GitHub. (more…)
Read more »
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 »
A portion of the community (and of the core team) sees one or more of the following features as important for programmer ergonomics: keyword-based parameters (as opposed to position-based parameter... (more…)
Read more »