maybe-cell 0.1.1

An UnsafeCell optionally containing a value, with the state externally managed
Documentation
[features]
default = ["std"]
std = []

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

[package]
authors = ["Andrew Whitehead <cywolf@gmail.com>"]
categories = ["data-structures"]
description = "An UnsafeCell optionally containing a value, with the state externally managed"
edition = "2018"
keywords = ["maybe", "maybeuninit", "no_std", "unsafecell"]
license = "MIT/Apache-2.0"
name = "maybe-cell"
readme = "README.md"
repository = "https://github.com/andrewwhitehead/suspend-rs/"
version = "0.1.1"