Y
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
rascul
1705 days ago
Maybe this would work
https://crates.io/crates/serde-xml-rs
link
Kinrany
1705 days ago
Perhaps XML serializers could be derived from schema. That way you always know which tag name, attribute or child node is meaningful.
link
bruuuh
1705 days ago
I have found the quick-xml crate to work well.
link
https://crates.io/crates/serde-xml-rs