Lessons learned from writing nonymous, an embedded-friendly DNS library, and bore(1), a DNS query tool. (more…)
Read more »
Microsoft has deemed C++ no longer acceptable for writing mission-critical software. The industry sorely needs to move to a performant, memory-safe language for its low-low system work. And the best choice on the market today is Rust, Levick said. (more…)
Read more »
Hello! Recently I am trying to learn Rust (because I am going to do a project in Rust, and to do
that I need to learn Rust better). I’ve written a few hundred lines of Rust over the last 4 years,
but I’m honestly still pretty bad at Rust and so my goal is... (more…)
Read more »
🖼️ Rendered
📝 Summary
Introduce structural records of the form { foo: 1u8, bar: true } of type { foo: u8, bar: bool } into the language. Another way to understand these sorts of objects is to think... (more…)
Read more »