1 unstable release

0.1.0 Nov 4, 2023

#487 in Operating systems


Used in beeg

MIT license

7KB
212 lines

clipp

a simple clipboard for complicated times

clipp::copy("hello world");
assert_eq!(clipp::paste(), "hello world");

lib.rs:

simple possibly cross platform clipboard crate

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

Dependencies

~200KB