In which I expand a little bit upon async functionality in Rust, introducing attributes that allow you to run async functions in your main function. (more…)
Read more »
It’s something of a meme lately to see whether your programming language of choice can take on the venerable wc, and what that might look… (more…)
Read more »
Experimental Rust UI library. Contribute to audulus/rui development by creating an account on GitHub. (more…)
Read more »
One of my current hobby projects involves running Rust binaries on a Raspberry Pi. There are three computers involved: the Pi itself (ARMv7 Linux), my desktop (x86-64 Linux), and sometimes my laptop (x86-64 macOS). (more…)
Read more »