14 lines
901 B
Markdown
14 lines
901 B
Markdown
[](https://crates.io/crates/wayland-scanner)
|
|
[](https://docs.rs/wayland-scanner)
|
|
[](https://github.com/Smithay/wayland-rs/actions?query=workflow%3A%22Continuous+Integration%22)
|
|
[](https://codecov.io/gh/Smithay/wayland-rs)
|
|
|
|
# wayland-scanner
|
|
|
|
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.
|