Building Native MacOS Apps 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

Hecto: Build your own text editor in Rust

This is a series of blog posts that shows you how to build a text editor in Rust. It’s a re-implementation of kilo in Rust, as outlined in this fantastic tutorial. Same as the original booklet, these blog posts guide you through all the steps to build a b... (more…)

Read more »

A Future for Rust Debugging

Recently, there has been a lot of progress in the Rust logging & tracing ecosystem: projects like tracing make our lives much simpler, allowing us to track down bugs even in complex asynchronous environments in production. However, they still can’t re... (more…)

Read more »