A guide to writing a DNS Server from scratch in Rust - EmilHernvall/dnsguide... (more…)
Read more »
Password authentication is seen as the simplest auth method, but there are plenty of pitfalls along the way. We will implement Basic auth from scratch, examining several classes of attacks against our API - and how to counter them. (more…)
Read more »
It turns out that finite state machines are useful for things other than
expressing computation. Finite state machines can also be used to compactly
represent ordered sets or maps of strings that can be searched very quickly. (more…)
Read more »
Like a number of other folks, I have recently been exploring some slightly less well-worn corners of the Rust type system. In my particular case, this involv... (more…)
Read more »
(copying what I said on the library team mailing list) Wow, Alex, I'm so sad to see you go! Well, I know you'll still be around, but still. Your leadership on the libs team will certainly be missed. With that said, I'm happy for you that you're prioritiz... (more…)
Read more »