Registry / utility / screenshots

screenshots

JSON →
library0.8.10rscratesunverified

Move to XCap (https://crates.io/crates/xcap).

# Cargo.toml [dependencies] screenshots = "0.8.10"
INSTALL
IMPORT
SIG · SCREENSHOTS
S
screenshots
utilityrustv0.8.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Screen
use screenshots::Screen;

Captures screenshots from all available screens.

use screenshots::Screen; fn main() { let screens = Screen::all().unwrap(); println!("Found {} screens", screens.len()); }
Debug
Known issues
breakingThis crate is deprecated; use XCap instead.
fix
Replace screenshots with xcap crate.
affects: >=0.8.0
Upgrade
Version history
0.8.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
screenshots — cargo add screenshots · libregistry