UNDER CONSTRUCTION I had the honor of attending this workshop , however, this is not a full report. Instead, I am reporting on what I learned and how it relates to my So You Want to Rust the Linux Kernel? blog series that I started in 2021, and of which t... (more…)
Read more »
A new arguably faster implementation of Apache Spark from scratch in Rust - rajasekarv/vega... (more…)
Read more »
A parser library for humans with powerful error recovery. - GitHub - zesterer/chumsky: A parser library for humans with powerful error recovery. (more…)
Read more »
Luckily getting starting with testing Rust code is reasonably straightforward and no external libraries are needed. cargo test will run all test code in a Rust project. Units tests are added at the… (more…)
Read more »
Rust example programs for many of my hardware device drivers running on STM32F3 Discovery, STM32F103 "Blue Pill", micro:bit and other boards - GitHub - eldruin/driver-examples: Rust examp... (more…)
Read more »