Oli Scherer
Oli Scherer
I'm happy for any contributions. If you have any questions, just ask. I'm also available on irc.mozilla.org on #serde
Nope, gonna do some serde 0.9 changes first + probably break a lot of code, because the current design is somewhat unfortunate.
This entire repository is deprecated in favour of serde-xml-rs which does serialization
> (the words were something like "failed experiment"). yes. this repo would need a rewrite. It is unsalvageable. I suggest to keep the tests though (or at least take them...
> Sure, I can copy-paste your tests to my repo if that's okay with you. sgtm > At the moment I'm seeing quite a bit failed tests from actual serde_xml,...
Yea we should do that. I can give you access rights to the `serde-xml` crate and then you can push your crate there as a 1.0 version.
@RReverser I'm not sure right now. I need to update to serde 0.9 and see if I can simplify the code. It's probably overly complex.
Yea stackoverflows are hard. I suggest you enable optimizations for your tests, then the stackoverflows should only happen when doing really deeply nested deserialization. I'll add some checks to ensure...
Yea... I never got around to doing that. I'll include it in the 0.9 update (I need to grok the API again myself first ;) )
Still shouldn't panic. I'll add an error message