A native, blazing-fast 🚀🚀🚀 screenshot crate for wlroots based compositors such as sway and river.
# `libwayshot` `libwayshot` is a convenient wrapper over the wlroots screenshot protocol that provides a simple API to take screenshots with. # Example usage ```rust use libwayshot::WayshotConnection; let wayshot_connection = WayshotConnection::new().unwrap(); let image_buffer = wayshot_connection.screenshot_all().unwrap(); ```