Wren Turkal
Wren Turkal
When (if ever) the default for how tags are represented changes is certainly a reasonable question. However, having an arg to enable tags as a dict doesn't break backward compatibility...
If it were one struct, that would make sense. The problem is that it's a lot of fields in a lot of structs, so I would have to do that...
That setting of the endianness trick is nice. Is there any way to get the old_ptr_base to directly show the value instead of having to drill into the struct with...
Also, is it possible to test an enum for when it has an unknown value? Like my enum for the HeaderEndianness only defines values for a couple char values. What...
> yes of course, use the format attribute to display the value on the struct and there is an attribute to hide the entire struct but the name escapes me...
That's definitely better that what I was able to come up with. I just don't know if that code is something I would call intuitive.
You've done great. Thank you for all your help.
Has the xsd_model branch been merged into master? It looks like it hasn't been updated since 2020. As such I have started working on group support. I also see the...
I redirected onto https://github.com/tafia/quick-xml/pull/545. I need to finish up that change. The fact that this crate is unpublished and has dependencies that conflict in name with published crates turned me...