Rust's trait system is wonderful. Everyone I know that has used it agrees
with this statement. It's a great way to encode shared behaviour between
data types, and create flexible APIs. (more…)
Read more »
RFCs for changes to Rust. Contribute to jswrenn/rfcs development by creating an account on GitHub. (more…)
Read more »
Introducing the new Azure Quantum Development Kit Preview. Built in Rust and WebAssembly to be small, fast, and runs in the browser. (more…)
Read more »
I recently wrote an article about writing events in Rust. I must admit I wasn’t entirely satisfied with the solution I came to. My previous code used a clunky macro capture pattern to define a… (more…)
Read more »
GitHub has brought Rust support to its supply chain security feature. Aimed to ensure your project and its dependencies are free of vulnerabilities, GitHub supply chain security includes a database of advisories, a dependency graph analyzer, and Dependabo... (more…)
Read more »