Registry / networking / wayrs-client

wayrs-client

JSON →
library1.3.1rscratesunverified

A simple Wayland library for Rust, providing client-side Wayland protocol bindings.

# Cargo.toml [dependencies] wayrs-client = "1.3.1"
INSTALL
IMPORT
SIG · WAYRS-CLIENT
W
wayrs-client
networkingrustv1.3.1
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 wayrs_client::Connection;

Connect to a Wayland display server.

use wayrs_client::Connection; fn main() -> wayrs_client::Result<()> { let conn = Connection::connect()?; println!("Connected to Wayland display"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
wayrs-client — cargo add wayrs-client · libregistry