This commit contains an RFC proposal to promote the aarch64-unknown-linux-gnu Rust target to Tier-1.
Rendered... (more…)
Read more »
This is going to be a quick overview of how I tend to write my application code. It might be a bit Rust-centric, but I apply similar meth... (more…)
Read more »
TL;DR Here is a template for your new web app project: Svelte + TypeScript + Parcel + Rust... (more…)
Read more »
With the recent ability for Rust to target AVR, it's time for me to bring my favorite feature of Rust to Arduino: async/await. Asynchronous code allows for doing (seemingly) multiple things at once, without the memory or CPU overhead of threads. (more…)
Read more »
A lot of things have been said about WebAssembly inside of the browser; after all, that's why it was originally created. But a new case is emerging as well, ... (more…)
Read more »