wayland-scanner 0.30.0-beta.7

Wayland Scanner for generating rust APIs from XML wayland protocol files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CHANGELOG: wayland-scanner

## Unreleased

## 0.30.0-beta.6

- Generated enums now derive `Ord` and `Hash`.
- The scanner now generates constants for the opcode values of the protocol messages.

## 0.30.0-alpha1

Full rework of the crate together of the reworks of `wayland-client` and `wayland-server`.

The code generation is now achieved using procedural macros rather than build scripts.