//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @jimpick.com
Record
by @atsui.org
+ new component
Post
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...
1mo
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...
github.com
refactor: migrate XML (de)serialization from quick-xml to instant-xml by paolobarbolini · Pull Request #156 · paolobarbolini/rusty-s3
Paolo Barbolini