wayland-scanner 0.7.8

Wayland Scanner for generating rust APIs from XML wayland protocol files. Intented 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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wayland-scanner"
version = "0.7.8"
authors = ["Victor Berger <victor.berger@m4x.org>"]
repository = "https://github.com/vberger/wayland-client-rs"
description = "Wayland Scanner for generating rust APIs from XML wayland protocol files. Intented 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."
license = "MIT"
categories = ["gui", "api-bindings"]
keywords = ["wayland", "codegen"]

[badges]
travis-ci = { repository = "vberger/wayland-client-rs" }

[dependencies]
xml-rs = "0.3"