top | item 43995796

(no title)

ohr | 9 months 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!

discuss

order

snthpy|9 months ago

Yes, great post! Thank you.