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§
- cstr
Deprecated - 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.
- Event
Ctx - Event callback context.
- Fixed
- Signed 24.8 decimal number
Enums§
- Connect
Error - An error that can occur while connecting to a Wayland socket.
- IoMode
- The “mode” of an IO operation