1 2 3 4 5 6 7 8
# clipp a simple clipboard for complicated times ```rust clipp::copy("hello world"); assert_eq!(clipp::paste(), "hello world"); ```