# clipp a simple clipboard for complicated times ```rust clipp::copy("hello world"); assert_eq!(clipp::paste(), "hello world"); ```