//! simple possibly cross platform clipboard crate
//!
//! ```
//! clipp::copy("wow such clipboard");
//! assert_eq!(clipp::paste(), "wow such clipboard");
//! ```
use ;
static CLIP: = new;
/// Copy text to the clipboard.
/// Paste text from the clipboard.