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 text to the clipboard.
  • Paste text from the clipboard.