swapper 0.0.2

Swap ownership between threads
Documentation
```rust,skt-main
extern crate swapper;
use std::thread;
fn main() {{
    {}
}}

```