clone_cell 0.3.1

A Cell that works with a restrictive form of Clone
Documentation
[dependencies.clone_cell_derive]
optional = true
version = "0.2.0"
[dev-dependencies.trybuild]
version = "1.0.45"

[features]
default = ["derive"]
derive = ["clone_cell_derive"]

[package]
authors = ["Vektorlynk"]
description = "A Cell that works with a restrictive form of Clone"
documentation = "https://docs.rs/clone_cell"
edition = "2018"
keywords = ["clone", "cell", "mutability"]
license = "MIT OR Apache-2.0"
name = "clone_cell"
readme = "README.md"
repository = "https://github.com/Vektorlynk/clone_cell"
version = "0.3.1"