| Crates.io | wayland-scanner |
| lib.rs | wayland-scanner |
| version | 0.31.7 |
| created_at | 2015-10-03 11:08:46.131292+00 |
| updated_at | 2025-07-28 22:55:09.744066+00 |
| description | Wayland Scanner for generating rust APIs from XML wayland protocol files. |
| homepage | |
| repository | https://github.com/smithay/wayland-rs |
| max_upload_size | |
| id | 3151 |
| size | 261,168 |
This crate provides procedural macros for generating the rust code associated with a
Wayland XML protocol specification, for use with the wayland-client, wayland-server
and wayland-backend crates.
Before trying to use this crate, you may check if the protocol extension you want to use
is not already exposed in the wayland-protocols crate.