A few days ago I tried instant-xml for a project that had to deal with complex xml files. Now I'm switching rusty-s3 over to using it.
github.com/paolobarboli...
quick-xml relies on serde, which does not map well with xml. This switches to instant-xml, which uses it's own system for serialization and deserialization. It doesn't support streaming dec...