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(100, 1), 101);
    println!("integration test OK");
}