Understanding Rust’s ‘serde’ using macro expansion

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.
Read more

Similar

Six ways to make async Rust easier

Asynchronous Rust is powerful but has a reputation for being hard to learn. There have been various ideas on how to fix the trickiest aspects, though with my focus being on Tokio 1.0, I had not been able to dedicate much focus to those topics. However, Ni... (more…)

Read more »