Login
From:
dystroy|Canop / blog
(Uncensored)
subscribe
String oriented serialization in Rust with Serde
https://dystroy.org/blog/string-oriented-serialization/
links
backlinks
Roast topics
Find topics
Find it!
Serde's derive is fantastic but if you want humans to read and write files, you can't just depend on the standard derive for everything. Having your values, even the composite ones, be written as simple strings is often more convenient.