This is an simple xml library for me to parse vulkan register to
generate Jai Vulkan binding because I think the binding generated by
Binding_Generator is not that good.
There is an example of using this library to generate a Jai binding by parsing vk.xml.
The functions do not have any prefix, you may make it under a namespace when importing.
xml :: #import "xml-parser";
The available functions refer to module.jai.
I have noticed a jai-xml library before I wrote this. My library is much more simpler and not as feature rich as that. None of my code is inspired by any of the above library.