Expand description
A pure-rust implementation of a connection to an X11 server.
Re-exportsยง
pub use crate::errors::ConnectionError;
pub use crate::errors::ReplyError;
pub use crate::errors::ReplyOrIdError;
Modulesยง
- packet_
reader ๐ - Read X11 packets from a reader
- stream ๐
- write_
buffer ๐
Structsยง
- Connection
Inner ๐ - Default
Stream - A wrapper around a
TcpStream
orUnixStream
. - Notify
OnDrop ๐ - Call
notify_all
on a condition variable when dropped. - Request
Info ๐ - Format information about a request in a Display impl
- Rust
Connection - A connection to an X11 server implemented in pure rust
Enumsยง
- Blocking
Mode ๐ - Connect
Error - An error that occurred while connecting to an X11 server
- MaxRequest
Bytes ๐ - Parse
Error - An error occurred while parsing some data
- Poll
Mode - The kind of operation that one want to poll for.
Traitsยง
- Stream
- A trait used to implement the raw communication with the X11 server.
Type Aliasesยง
- BufWith
Fds - A combination of a buffer and a list of file descriptors for use by
RustConnection
. - Buffer ๐
- Mutex
Guard ๐Inner