Recently, we worked on an embedded (STM32) project in Rust
and we got some hands-on experience with
the abstractions commonly used for that.
There's `embedded-hal`, which offers abstractions related to
timing, GPIO pins and
common communication peripheral... (more…)
Read more »
So you’re writing Rust but it’s not fast enough?Even though you’re using cargo build --release?Here’s some small things you can do to increase the runtime speed of a Rust project– practically without changing any code! (more…)
Read more »
Nand2Tetris Hack assembler implemented in Rust. Contribute to tamuhey/hack-assembler-rust development by creating an account on GitHub. (more…)
Read more »
Alternative rust compiler (re-implementation). Contribute to thepowersgang/mrustc development by creating an account on GitHub. (more…)
Read more »
Shell is the essential tool for every programmer. The more familiar you become with the available tools, the more efficient you can be with using your computer. Here's a list of command-line tools written in Rust that aim to provide modern, often much fas... (more…)
Read more »