vulkano/vulkano
stefnotch b34dbe9e09
Nom nom (#2480)
* Replace formats.rs and features.rs regex with nom

* Fix missing eof in format rs

* Refactor parsing logic in extensions.rs

* Replace regex in mod.rs

* Replace regex in spriv_reqs.rs

* Improve nom usage for parsing get_header_version

* Remove stray dbg

* Remove final usage of regex

* Replace tag("single character") with char(...)

* Remove unused import

* Undo my testing changes to vk.xml
(I shouldn't have committed that)

* Sort cargo toml alphabetically

* Use nom for parse_depends

* Simplify parser again

* Parser cleanup

* Inline parser logic for shorter code

Thanks to marc for suggesting this

* Fix clippy violation

* Remove useless parse prefix
2024-03-04 19:53:07 +01:00
..
autogen Nom nom (#2480) 2024-03-04 19:53:07 +01:00
src Rename Features, Properties to DeviceFeatures, DeviceProperties (#2481) 2024-03-04 17:24:29 +01:00
build.rs Remove license notices from source files (#2401) 2023-11-08 13:49:49 +01:00
Cargo.toml Nom nom (#2480) 2024-03-04 19:53:07 +01:00
LICENSE-APACHE Adds LICENSE-* files to crate subdirectories (#1597) 2021-05-31 04:53:05 +07:00
LICENSE-MIT Adds LICENSE-* files to crate subdirectories (#1597) 2021-05-31 04:53:05 +07:00
spirv.core.grammar.json Update spirv grammar JSON file (#2315) 2023-09-01 21:53:22 +02:00
vk.xml Update dependencies (#2241) 2023-06-28 22:11:56 +02:00