Welcome to my collection of resources for those learning the
Rust programming language. The advice in
these pages is typically suitable for those with at least a beginning
familiarity of Rust — for example, those who have worked through
The Book — but … Read more
Similar
It has been over a month since my last article on compiling Rust to .NET - and I have made quite a bit of progress! I had managed to fix a lot of bugs and get stack unwinding(Rust's way of handling "panics") to work. There have been also some architectura... (more…)
Read more »
Exciting news Rustaceans and Azure Sphere enthusiasts!! You can now use Rust to develop applications on Azure Sphere. We had made an announcement in June 2022 about previewing Rust on Azure Sphere in this post -Previewing Rust on Azure Sphere - Microsoft ... (more…)
Read more »
Music visualization is the perfect problem to deliver us from a primitive time. What we
learned by building a tech demo for µTate and what innovations we will pursue while making
it the Prize that our Forge will be used to build. (more…)
Read more »
The Rust team is happy to announce two new versions of Rust, 1.22.0 and
1.22.1. Rust is a systems programming language focused on safety, speed, and
concurrency. (more…)
Read more »
Overview The main bottleneck of scx_rustland , a Linux scheduler written in Rust, is the communication between kernel and user space. Even... (more…)
Read more »