A dead simple screenshot capturer script written in Rust. Run it, press PrtScr, and observe your screenshot in the screens
directory (the directory will be created automatically if it does not exist).
- Chrono: A date and time library for Rust.
- RDev: Rust library for grabbing input events from keyboards and mice.
- xcap: Cross-platform library for capturing screenshots.
To override the screenshots directory, simply provide the desired name when running the program:
rust-screenshots custom_dir
cargo build --release