2025-02-21

Quint Deserves Rust
We're excited to announce that we've embarked on a new project: developing a Quint simulator in Rust! This decision comes in response to community feedback and our ongoing commitment to improving Quint's performance and scalability. We are hitting bottlenecks from having the simulator in Typescript and are ready to move on to the next level with this core performance-sensitive component of Quint.
Linus on Rust and the Kernel DMA Layer
Thread information [Search the all archive]

2025-02-20

Greg K-H: "Writing new code in Rust is a win for all of us"
Greg KH supports Rust in the kernel to avoid C's common bugs like memory overwrites and use-after-free, freeing developers to focus on logic and race conditions.
Announcing Rust 1.85.0 and Rust 2024
Empowering everyone to build reliable and efficient software.
What's in a ring buffer? And using them in Rust
Working on my cursed MIDI project, I needed a way to store the most recent messages without risking an unbounded amount of memory usage. I turned to the trusty ring buffer for this! I started by writing a very simple one myself in Rust, then I looked and what do you know, of course the standard library has an implementation.

2025-02-19

Creating a chrome extension with rust + leptos -> wasm
Creative Motivation requires a compelling creative opportunity, a Creative Attractor
Demystifying monads in Rust through property-based testing :: sunshowers
A jargon-free, practical explanation of monads as a design pattern.
Build your own SQLite in Rust, Part 5: Evaluating queries
In the previous posts, we've explored the SQLite file format and built a simple SQL parser. It's time to put these pieces together and implement a query evaluator! In this post, we'll lay the groundwork for evaluating SQL queries and build a query ev...
Google’s Rust Adoption in Android: A Game-Changer for Mobile OS Development
As we enter 2025, Google’s strategic shift towards adopting Rust as a primary programming language for Android development marks a significant milestone in the evolution of mobile operating systems…