#wayland #client #client-side #client-server #api-bindings

wayland-client

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

159 releases

0.31.2 Jan 29, 2024
0.31.1 Sep 19, 2023
0.30.2 May 30, 2023
0.30.1 Feb 4, 2023
0.2.0 Jun 16, 2015

#10 in GUI

Download history 93057/week @ 2023-11-28 83822/week @ 2023-12-05 84430/week @ 2023-12-12 88661/week @ 2023-12-19 52393/week @ 2023-12-26 77162/week @ 2024-01-02 85586/week @ 2024-01-09 97419/week @ 2024-01-16 101763/week @ 2024-01-23 96328/week @ 2024-01-30 105687/week @ 2024-02-06 101692/week @ 2024-02-13 96441/week @ 2024-02-20 109710/week @ 2024-02-27 106282/week @ 2024-03-05 36216/week @ 2024-03-12

363,035 downloads per month
Used in 897 crates (71 directly)

MIT license

450KB
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–14MB
~147K SLoC