Comment by ohr
21 hours ago
(Author here) I needed to do a bit of "reflection" in a Rust crate but didn't want to implement a procedural macro, so I used Serde (which is a (de)serialization crate) instead.
This is also a deep dive into Serde internals - hope you'll like it!
Yes, great post! Thank you.