Crate x11rb_async
source ·Expand description
Asynchronous X11 rust bindings.
Modules
- A
Connectionimplementation that uses a threadpool to handle requests. - Generic connection-related traits.
- This module contains the current mess that is error handling.
- Bindings to the X11 protocol.
- An implementation of a pure-Rust async connection to an X11 server.
- Some utilities for working with X11.
Structs
- A cookie for a request that has a reply.
- A cookie for a request that has a reply containing file descriptors.
- A cookie for a request without a reply.
Type Definitions
- Number type used for referring to things that were sent to the server in responses from the server.