movecell 0.1.1

`std::cell::Cell` for not-implicitly-copyable types.
Documentation
1
2
3
4
5
6
rust-movecell
-------------

[`std::cell::Cell`](http://doc.rust-lang.org/std/cell/struct.Cell.html) for not-implicitly-copyable types.

[Original idea](https://www.reddit.com/r/rust/comments/35osb9/safety_audit_request_movecell) by DroidLogician.