I'm excited to announce shredder, a library for Rust that provides a garbage collected smart pointer, Gc. This smart pointer is useful in the same sorts of situations as Rc, but can handle reference cycles. It's available on crates.io and Github. Here's h... (more…)
Read more »
My First Clippy Lint My First Clippy Lint Recently I wrote my first Clippy lint. It was much easier to
implement and test than I had expected. In … (more…)
Read more »
Due to recent changes at Mozilla my time working on the Rust compiler is drawing to a close. I will be focusing on Firefox work for the foreseeable future. (more…)
Read more »
A graph database written in rust. Contribute to indradb/indradb development by creating an account on GitHub. (more…)
Read more »
New programming languages with a system-level compile target should choose Rust over LLVM. Targeting Rust can give new languages free package management, a type system, and memory safety while not imposing too many opinions on the language's runtime. With... (more…)
Read more »