Steven Joruk

Results 13 comments of Steven Joruk

How about renaming the copy function and removing the Deref implementations to make the API more explicit?

Is there anything I can do to help get this merged? This PR enables me to remove a lot of ugly container structs from my code base which has to...

This might be my misunderstanding, but I'm seeing my "nested" example fail where I would expect it to succeed. This is pretty much the [nested_collection](https://github.com/RReverser/serde-xml-rs/blob/12a51ac6ddc64fd9384bcc6ccf9d9cd126a796f7/tests/test.rs#L91) unit test within a container...

I'll try to implement this.

Hey @hi-rustin, #11690 only added inlining a single instance of a type alias use, this feature also requests inlining the definition to all users.

Yeah, that makes sense. How about a CI job to build the crate with the `-m-version-min` flag and relevant feature flag set, with warnings set as errors? That should hopefully...

I also had this problem. I uncommented `en_US ISO-8859-1` from `/etc/locale.gen` then ran `sudo locale-gen` to add the locale. HTML5's default character encoding is UTF-8, so I think @sir4ju1's modification...

> Item 1 Is the biggest issue - a well-formed UTF8 XML document can start with a BOM which we must support, and ideally we would also support XML plists...

I'd like to see this feature land. @anthrotype @fstephany if you don't mind I'd be happy to finish it off, and if either of you have any branches with outstanding...