Crate wayrs_client

Source
Expand description

A simple Rust implementation of Wayland client library

Re-exports§

pub use wayrs_core as core;

Modules§

global
Utils for working with global objects
object
Client side object representation
protocol
The core Wayland protocol

Macros§

cstrDeprecated
Create a &'static CStr from a string literal. Panics at compile time if given string literal contains null bytes.
generate
Generate glue code from .xml protocol file. The path is relative to your project root.

Structs§

Connection
Wayland connection state.
EventCtx
Event callback context.
Fixed
Signed 24.8 decimal number

Enums§

ConnectError
An error that can occur while connecting to a Wayland socket.
IoMode
The “mode” of an IO operation