lazycell 1.3.0

A library providing a lazily filled Cell struct
Documentation
[dependencies.clippy]
optional = true
version = "0.0"

[dependencies.serde]
optional = true
version = "^1"

[features]
nightly = []
nightly-testing = ["clippy", "nightly"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Nikita Pekin <contact@nikitapek.in>"]
description = "A library providing a lazily filled Cell struct"
documentation = "http://indiv0.github.io/lazycell/lazycell/"
include = ["CHANGELOG.md", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "src/**/*.rs"]
keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"
name = "lazycell"
readme = "README.md"
repository = "https://github.com/indiv0/lazycell"
version = "1.3.0"