runa_wayland_spec_parser/
lib.rs

1/// Crates for parsing the wayland xml specification files
2///
3/// This crate is mostly lifted from wayland-rs/wayland-scanner.
4pub mod parse;
5pub mod protocol;