movecell 0.1.1

`std::cell::Cell` for not-implicitly-copyable types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "movecell"
version = "0.1.1"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "Apache-2.0 / MIT"
repository = "https://github.com/SimonSapin/rust-movecell"
description = "`std::cell::Cell` for not-implicitly-copyable types."
readme = "README.md"


[lib]
name = "movecell"
path = "lib.rs"
doctest = false