Crates.io | wayland-client |
lib.rs | wayland-client |
version | 0.31.7 |
source | src |
created_at | 2015-04-29 13:20:18.971707 |
updated_at | 2024-10-23 16:19:24.408449 |
description | Bindings to the standard C implementation of the wayland protocol, client side. |
homepage | |
repository | https://github.com/smithay/wayland-rs |
max_upload_size | |
id | 1984 |
size | 255,984 |
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.