Registry / networking / breadx

breadx

JSON →
library3.1.0rscratesunverified

A pure-Rust X11 connection implementation with a focus on adaptability and safety.

# Cargo.toml [dependencies] breadx = "3.1.0"
INSTALL
IMPORT
SIG · BREADX
B
breadx
networkingrustv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
use breadx::Connection;

Connects to the default X11 display.

use breadx::Connection; fn main() -> Result<(), Box<dyn std::error::Error>> { let conn = Connection::connect(None)?; println!("Connected to X11 display"); Ok(()) }
Debug
Known issues
gotchaOnly works on Unix-like systems with an X11 server running.
fix
Ensure you are on Linux/BSD with X11 and have the DISPLAY variable set.
affects: >=3.0.0
Upgrade
Version history
3.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
19
OpenAI (training)
1
Resources
breadx — cargo add breadx · libregistry