clone_cell 0.4.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.101"

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

[lib]
name = "clone_cell"
path = "src/lib.rs"

[package]
authors = ["vchlin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Cell that works with a restrictive form of Clone"
documentation = "https://docs.rs/clone_cell"
edition = "2021"
keywords = ["clone", "cell", "mutability"]
license = "MIT OR Apache-2.0"
name = "clone_cell"
readme = "README.md"
repository = "https://github.com/vchlin/clone_cell"
version = "0.4.1"

[[test]]
name = "cell_tests"
path = "tests/cell_tests.rs"

[[test]]
name = "derive_tests"
path = "tests/derive_tests.rs"

[[test]]
name = "ui_tests"
path = "tests/ui_tests.rs"