Terry Brash

Results 4 comments of Terry Brash

Wow, what a coincidence. I'm also trying to write vulkan bindings generated from vk.xml and just ran into this problem.

In the simplest form, the type of xml that *seemingly* cannot be deserialized by serde-xml-rs looks like: ```xml Lorem ipsum dolor sit amet ``` I thought this might work: ```rust...

Also, @MaikKlein, I found that [other people had similar issues](https://github.com/KhronosGroup/Vulkan-Docs/issues/210) parsing vk.xml (along with some other gripes). So, somebody created an application to convert vk.xml into something saner: https://github.com/NicolBolas/New-Vulkan-XML-Format It...

@MaikKlein Sure, I'll message you on Reddit so we can coordinate.