1 2 3 4 5 6
//! Screen capture implementation for Windows using the `windows_capture` crate. mod capture; mod utils; pub use capture::*;