scrcap 0.1.0-alpha.2

Screen and system-audio capture for Windows, macOS and Linux
Documentation
1
2
3
4
5
6
//! Screen capture implementation for Windows using the `windows_capture` crate.

mod capture;
mod utils;

pub use capture::*;