clipper 0.1.0

A simple cross-platform library and binary for piping to/from the system clipboard
Documentation
1
2
3
4
5
6
use clipper::add; // FIXME

fn main() {
    assert_eq!(add(99, 1), 100);
    println!("binary OK");
}