#wayland-protocol #wayland-client #client-server #wayland #protocols #extension #client

wayland-protocols

Generated API for the officials wayland protocol extensions

126 releases

0.32.5 Oct 23, 2024
0.32.3 Jul 16, 2024
0.31.2 Jan 29, 2024
0.31.0 Sep 2, 2023
0.7.6 Nov 12, 2016

#29 in GUI

Download history 122006/week @ 2024-07-14 129102/week @ 2024-07-21 120904/week @ 2024-07-28 121427/week @ 2024-08-04 143871/week @ 2024-08-11 124710/week @ 2024-08-18 142322/week @ 2024-08-25 132229/week @ 2024-09-01 134375/week @ 2024-09-08 128435/week @ 2024-09-15 145447/week @ 2024-09-22 143314/week @ 2024-09-29 129618/week @ 2024-10-06 137591/week @ 2024-10-13 139374/week @ 2024-10-20 145269/week @ 2024-10-27

564,034 downloads per month
Used in 1,029 crates (44 directly)

MIT license

585KB
9K SLoC

crates.io docs.rs Continuous Integration codecov

wayland-protocols

This crate provides Wayland object definitions for the official Wayland protocol extensions. It is meant to be used in addition to wayland-client or wayland-server.

This crate follows the "wayland-protocols" extensions repository.

The provided objects are controlled by cargo features:

  • the client and server cargo features respectively enable the generation of client-side and server-side objects
  • the staging enable the generation of protocols in the staging process and will soon become stable.
  • the unstable enable the generation of not-yet-stabilized protocols

For other protocols, see also:

Dependencies

~3–12MB
~143K SLoC