Crate clipp

Source
Expand description

simple possibly cross platform clipboard crate

clipp::copy("wow such clipboard");
assert_eq!(clipp::paste(), "wow such clipboard");

Functionsยง

copy
Copy text to the clipboard.
paste
Paste text from the clipboard.