Sugarloaf is a simple cross-platform rendering engine. - raphamorim/sugarloaf... (more…)
Read more »
In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video (possibly of many), we're g... (more…)
Read more »
This unofficial GTK Rust tutorial series will focus on documenting important GTK features,
demonstrating how they are used in practice, and displaying some Rusty software techniques
along the way, as we explore what GTK GUI development in Rust is like. (more…)
Read more »
Async/await support in Rust may be stable, but sufficiently complicated programs will generate errors that put C++ to shame. (more…)
Read more »
slice::sort_unstable will fall back to heapsort if it repeatedly fails to find a good pivot. By making the core child update code branchless it is much faster. On Zen3 sorting 10k u64 and forcing t... (more…)
Read more »