About a month ago I ported my C99 ray tracer side project to Rust. The initial port went smoothly, and I’ve now been plugging away adding features and repeatedly rewriting it in my spare hours. In parallel I’m getting up to speed on a large, production Ru... (more…)
Read more »
There's two patches here.
The first avoids recomputing constant field elements (#69 already has this, I just didn't see that PR).
The second patch tries different ways of handling overflows in the ... (more…)
Read more »
Explore the power and flexibility of Iterators to produce sequences of values you can loop over. (more…)
Read more »
Egglog https://github.com/philzook58/egglog is a prolog-like syntax I’m fiddling with for the egg egraph library. Check out the online demo here http://www.philipzucker.com/egglog/ (rust compiles to wasm)... (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 »