hyprshell_exec_lib/
lib.rs

1pub mod collect;
2mod util;
3pub mod switch;
4pub mod listener;
5
6pub use util::*;