hyde_ipc/
lib.rs

1//! a wrapper around the hyprland library (used lovally for ipc)
2//!
3// Re-export the hyprland (hyprland-rs) library
4//
5pub use hyprland::*;