Magical Rust patterns laid out and simplified. Contribute to alexpusch/rust-magic-patterns development by creating an account on GitHub. (more…)
Read more »
A declarative desktop UI framework for Rust built on GTK and Gtk-rs - GitHub - bodil/vgtk: A declarative desktop UI framework for Rust built on GTK and Gtk-rs... (more…)
Read more »
For whatever reason “linear” types in Rust came up at work today, at which point I made my usual assertion that they’d be a nightmare to implement, because they don’t compose well. I tried to explain it off the top of my head, but I figured it’s best for ... (more…)
Read more »
Argument parsing for the future 🚀. Contribute to Owez/argi development by creating an account on GitHub. (more…)
Read more »
hair-pin context switches (a thread -> kernel -> the same thread) are able to avoid TLB flushing, and is one reason behind why pinning causes measured differences with tasks to fade most pthr... (more…)
Read more »