Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 900 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 900 Bytes

crates.io docs.rs Continuous Integration codecov

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.