Few weeks ago I noticed a blog post “Oxidizing Source Maps with Rust and WebAssembly”
making rounds on Twitter - talking about performance benefits of replacing
plain JavaScript in the core of source-map library with a Rust version
compiled to WebAssembly... (more…)
Read more »
Since the 1.0 release of the Rust programming language in May 2015, people have been exploring different ideas about what to use it for. D...
Read more »
A stream meant for "advanced beginners" of Rust who are familiar with the concepts of ownership, closures and threads but don't yet have a firm grip on them.... (more…)
Read more »
Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order). - google/mundane... (more…)
Read more »