Today I'm going over how to drastically reduce the size of your Rust binaries.Min-Sized-Rust Repo: https://github.com/johnthagen/min-sized-rustFREE Rust Chea... (more…)
Read more »
In this article, I will describe Rust return type polymorphism (a.k.a. generic returns), a feature that I recently discovered and that I… (more…)
Read more »
One of the pleasures of being a founding CTO is picking your new company’s tech stack. I wanted to write a short blog post about how Commure decided to use [Rust] (https://www.rust-lang.org/) for all of our backend code and some of the experience so far. ... (more…)
Read more »
l2 is a Pytorch-style Tensor+Autograd library written in Rust - bkkaggle/L2... (more…)
Read more »
Converting Embedded C to Rust is not that hard... Here's how we convert a PineTime Watch Face with LVGL from C to Rust on RIOT... (more…)
Read more »