Hacker News new | ask | show | jobs
by elktea 1705 days ago
Serde is great. I wish it did XML as well but that's a trickier proposition
3 comments

Perhaps XML serializers could be derived from schema. That way you always know which tag name, attribute or child node is meaningful.
I have found the quick-xml crate to work well.