Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokathor/vk_dot_xml_parser
Parser for the Vulkan `vk.xml` file
https://github.com/lokathor/vk_dot_xml_parser
apache2-license mit-license rust zlib-license
Last synced: 27 days ago
JSON representation
Parser for the Vulkan `vk.xml` file
- Host: GitHub
- URL: https://github.com/lokathor/vk_dot_xml_parser
- Owner: Lokathor
- Created: 2023-03-03T07:37:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T01:41:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T20:12:25.915Z (about 1 month ago)
- Topics: apache2-license, mit-license, rust, zlib-license
- Language: Rust
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# vk_dot_xml_parser
Parser for the Vulkan `vk.xml` file
## Stability
This library is not necessarily stable, nor is it likely to ever be fully stable.
As `vk.xml` updates, the library will update as well.
If the XML adds attributes, we may have to add fields.
If the XML changes the nature of an attribute, we may have to change the type of existing fields.
Because we're at the whim of what Khronos does with `vk.xml`, we can't be sure of stability.
Similarly, things become simpler when there's less "string-ly typed data",
so converting fields away from being strings will happen when possible.All that said, normal semver will of course be used.