In writing fastnbt, I
struggled to find an in depth explanation of how to write a
deserializer with serde. I want to explore how serde works using
cargo
expand.
... (more…)
Read more »
lettre is a library to send emails over
SMTP from our Rust applications. Like many other crates in the growing,
but still young Rust ecosystem, it is still a work in progress. But while
there are a few features missing from lettre, we can send some emails...
Read more »
Our journey towards building a real-time phishing simulation proxy that simulates advanced phishing attacks by bypassing Two-factor authentication (2FA). (more…)
Read more »
UNDER CONSTRUCTION October 8, 2021: Fix s/LInux/Linux/ typo noted by Miguel Ojeda There has been much discussion of using the Rust language in the Linux kernel (for example, here , here , and here ), at the Kangrejos Rust for Linux Workshop ( here , here ... (more…)
Read more »