Hacker News new | ask | show | jobs
by ohr 399 days 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!

1 comments

Yes, great post! Thank you.