Building native macOS applications with Rust

Rust is a systems programming language focused onspeed and safe concurrency, and which I’ve been using for personal projectsheavily since the 1.0 release las…

Similar

Playing Codenames with Rust

I love playing board games. I love machine learning. I love Rust. So why not combine them and do something really fun? So I ran a word vector analogy query and I got back: machine learning + board games - Rust = Codenames So let's implement Codenames in ... (more…)

Read more »

So You Want to Rust the Linux Kernel?

UNDER CONSTRUCTION October 8, 2021: Fix s/LInux/Linux/ typo noted by Miguel Ojeda There has been much discussion of using the Rust language in the Linux kernel (for example, here , here , and here ), at the Kangrejos Rust for Linux Workshop ( here , here ... (more…)

Read more »