clipboard-master-4.0.0-beta.2 has been yanked.
clipboard-master
Clipboard monitoring library.
Supported platforms
- Windows - uses dummy window to receive messages when clipboard changes;
- Linux - uses x11_clipboard
- MacOS - uses polling via
NSPasteboard::changeCountas there is no event notification.
Clipboard Master Library
This project exports Master struct that provides simple way to handle clipboard updates.
Example:
use ;
use io;
;