Asynchronous programming in Rust: what it is, how to do it, and why we should care. (more…)
Read more »
Using the Shazam audio fingerprinting algorithm, SongRec can identify a song from an audio file or using the microphone. It's written in Rust + Gtk3. (more…)
Read more »
I’m about to accept a PR that will increase druid’s compile time about 3x and its executable size almost 2x. In this case, I think the tradeoff is worth it (without localization, a GUI toolkit is strictly a toy), but the bloat makes me unhappy and I think... (more…)
Read more »
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 »
Magical Rust patterns laid out and simplified. Contribute to alexpusch/rust-magic-patterns development by creating an account on GitHub. (more…)
Read more »