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 »
The code for the library used in this post can be found here. It is only intended as a proof of concept, so user beware! (more…)
Read more »
Today, I'm writing about what types can be used for other than checking code properties. It will involve a good chunk of dynamic typing, and yes it's in Rust. There are some wild ideas in it, so fasten your seatbelt and get ready for a ride! (more…)
Read more »
I’ve been working in the Rust space for about a year now using tokio & async/await with DNS. The result of this work is a sizeable from-scratch tokio server using 0.2 (that’s now in production– yay! hopefully I can share more about this later). As a r... (more…)
Read more »
Today’s the day: We’re very proud to announce Trussed®, an open source framework for modern cryptographic applications, which powers the FIDO and PIV authenticators of the Bee firmware on the new Solo V2 security key by SoloKeys. It’s written in Rust. (more…)
Read more »