Registry / networking / wayland-server

wayland-server

JSON →
library0.31.12rscratesunverified

Bindings to the standard C implementation of the wayland protocol, server side.

# Cargo.toml [dependencies] wayland-server = "0.31.12"
INSTALL
IMPORT
SIG · WAYLAND-SERVER
W
wayland-server
networkingrustv0.31.12
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.

Display
use wayland_server::Display;

Creates a new Wayland server display.

use wayland_server::Display; fn main() { let display = Display::new(); println!("Wayland server display created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.31.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
wayland-server — cargo add wayland-server · libregistry