I'm going to look at design patterns that enables easy code testability. Most of the code
I write at work is written in a traditional object-oriented language, and is almost
exclusively using the pattern known as Dependency Injection (DI). (more…)
Read more »
In March 2015 I started a small pilot project to ship some Rust code in the Firefox web browser. It was the first Rust code to ship in… (more…)
Read more »
embedded-hal implementation for Rust on ESP32 and ESP-IDF - GitHub - esp-rs/esp-idf-hal: embedded-hal implementation for Rust on ESP32 and ESP-IDF... (more…)
Read more »
mustang is a system for writing Rust programs entirely in Rust, meaning
they don't use libc, crt1.o, or any C code. It's experimental, but it's
complete enough to run a std-using Hello World and other simple programs
on Linux on x86-64, x86, and aarch64. (more…)
Read more »
Yet another command line habit tracker written in rust - tracyspacy/yacht... (more…)
Read more »