#wayland-bindings #wayland

wayland-client

Bindings to the standard C implementation of the wayland protocol, client side

168 releases

0.31.11 Jul 28, 2025
0.31.8 Jan 31, 2025
0.31.7 Oct 23, 2024
0.31.5 Jul 16, 2024
0.2.0 Jun 16, 2015

#9 in GUI

Download history 346980/week @ 2025-08-09 346453/week @ 2025-08-16 371016/week @ 2025-08-23 630821/week @ 2025-08-30 402692/week @ 2025-09-06 379063/week @ 2025-09-13 396435/week @ 2025-09-20 412544/week @ 2025-09-27 448462/week @ 2025-10-04 446543/week @ 2025-10-11 445609/week @ 2025-10-18 425864/week @ 2025-10-25 418641/week @ 2025-11-01 392801/week @ 2025-11-08 453287/week @ 2025-11-15 368167/week @ 2025-11-22

1,704,526 downloads per month
Used in 1,697 crates (124 directly)

MIT license

455KB
9K SLoC

crates.io docs.rs Continuous Integration codecov

wayland-client

Client side API for the Wayland protocol. This crate provides infrastructure for manipulating Wayland objects, as well as object definitions for the core Wayland protocol. Protocol extensions can be supported as well by combining this crate with wayland-protocols, which provides object definitions for a large set of extensions.

See the crate-level documentation for usage explanations.

Note: This crate is a low-level interface to the Wayland protocol. If you are looking for a more battery-included toolkit for writing a Wayland client app, you may consider Smithay's Client Toolkit, which is built on top of it.

Dependencies

~3–7.5MB
~157K SLoC