Overview of hyprland-rs modules
hyprshell-releaseThe hyprland crate is an unofficial Rust wrapper for Hyprland's IPC. It is organized into several modules that allow you to interact with the compositor:
data: Retrieve information about the compositor state.event_listener: Provides theEventListenerstruct to listen for real-time compositor events.dispatch: Call Hyprland dispatchers.keyword: Manage configuration options (keywords).config::binds: Modify keybindings (future updates may include full config generation).ctl: Executehyprctlcommands.- Shared module: Provides common types used across the crate.