screencapturekit 3.0.1

Safe Rust bindings for Apple's ScreenCaptureKit framework - screen and audio capture on macOS
Documentation
1
2
3
4
//! GCD dispatch queue wrapper — re-exported from `apple-cf` to share the
//! same `DispatchQueue` type with the rest of the doom-fish suite.

pub use apple_cf::dispatch_queue::{DispatchQoS, DispatchQueue};