takecell 0.1.1

A cell type which value can only be taken once
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[dev-dependencies.once_cell]
version = "1.8.0"

[package]
categories = ["concurrency", "no-std", "rust-patterns"]
description = "A cell type which value can only be taken once"
documentation = "https://docs.rs/takecell"
edition = "2018"
keywords = ["cell", "take"]
license = "MIT"
name = "takecell"
readme = "./README.md"
repository = "https://github.com/wafflelapkin/takecell"
version = "0.1.1"