In this article I will further analyze how a Plugin Development Kit (PDK) could
be implemented in Rust. Note that I’m no expert in the topic; my objective is to
merely collect all the information I’ve found so far and present it as a
summary, with enough ... (more…)
Read more »
An arbitrary-precision arithmetic library for Rust. - GitHub - mhogrefe/malachite: An arbitrary-precision arithmetic library for Rust. (more…)
Read more »
The GitHub Advisory Database now includes curated security advisories on the Rust ecosystem! (more…)
Read more »
In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video (possibly of many), we're g... (more…)
Read more »
This post assumes that you have an entry-level familiarity with Rust: you’ve fought with the borrow checker enough to start to internalize some of its model; you’ve defined structs, implemented traits on those structs, and derived implementations of commo... (more…)
Read more »