A Geometric Rust Adventure

Hi. Yes. Sorry. I’ve been trying to write this post for ages, but I’ve also been working on a huge writing project, and apparently I have a very limited amount of writing mana at my disposal. I think this is supposed to be a Patreon reward from Januar… Read more

Similar

Building Realtime APIs in Rust

I’ve been working recently on Backtalk, a little toy Rust framework for building realtime APIs. Let’s say you’re building a hot new tech startup — Facebook for Cats. You’re going to need a web server to track all these cats. Let’s build one quickly using ... (more…)

Read more »

LLM Interface in Pure Rust

An LLM interface implemented in pure Rust using HuggingFace/Candle over Axum Websockets, an SQLite Database, and a Leptos (Wasm) frontend packaged with Tauri! - danielclough/fireside-chat... (more…)

Read more »

Rust Async Trait Stabilized

This is a tracking issue for the RFC "static async fn in traits" (rust-lang/rfcs#3185) and "Return position impl Trait in traits" (rust-lang/rfcs#3425). The feature gate for async fn in traits is #... (more…)

Read more »