Registry / networking / hyprland

hyprland

JSON →
library0.3.13rscratesunverified

An unofficial Rust wrapper for Hyprland's IPC, enabling communication with the Hyprland compositor.

# Cargo.toml [dependencies] hyprland = "0.3.13"
INSTALL
IMPORT
SIG · HYPRLAND
H
hyprland
networkingrustv0.3.13
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.

HyprlandConnection
✓ use hyprland::HyprlandConnection;

Connect to Hyprland IPC and verify the connection.

use hyprland::HyprlandConnection; fn main() -> hyprland::Result<()> { let conn = HyprlandConnection::connect()?; println!("Connected to Hyprland"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.13latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hyprland — cargo add hyprland · libregistry