Hacker News new | ask | show | jobs
by steveklabnik 3250 days ago
Yeah, and it's actually more general than that: it describes how to serialize and deserialize them generally, so you could use, say, serde_json to get json, or serde_yaml to get yaml.
1 comments

Huh, nice.