clipboard-anywhere

A simple wrapper around clipboard that works in a few more situations:

Usage

```rust use clipboardanywhere::setclipboard;

let text = "Hello, world!"; clipboardanywhere::setclipboard(text)?; ```

To Do