wayland-scanner 0.30.0-alpha4

Wayland Scanner for generating rust APIs from XML wayland protocol files. Intended for use with wayland-sys. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
Documentation
[dependencies.proc-macro2]
version = "1.0.11"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[dependencies.xml-rs]
version = "0.8"
[dev-dependencies.similar]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["Victor Berger <victor.berger@m4x.org>"]
categories = ["gui", "api-bindings"]
description = "Wayland Scanner for generating rust APIs from XML wayland protocol files. Intended for use with wayland-sys. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings."
documentation = "https://smithay.github.io/wayland-rs/wayland_scanner/"
edition = "2018"
keywords = ["wayland", "codegen"]
license = "MIT"
name = "wayland-scanner"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
version = "0.30.0-alpha4"