16 Star 0 Fork 5

OH RISC-V SIG / third_party_rust_lazycell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nikita Pekin 提交于 2018-12-03 18:59 . chore: cut 1.2.0 release
[package]
name = "lazycell"
version = "1.2.1"
authors = ["Alex Crichton <alex@alexcrichton.com>",
"Nikita Pekin <contact@nikitapek.in>"]
description = "A library providing a lazily filled Cell struct"
repository = "https://github.com/indiv0/lazycell"
documentation = "http://indiv0.github.io/lazycell/lazycell/"
readme = "README.md"
keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"
include = [
"CHANGELOG.md",
"Cargo.toml",
"LICENSE-MIT",
"LICENSE-APACHE",
"README.md",
"src/**/*.rs",
]
[dependencies]
clippy = { version = "0.0", optional = true }
[features]
nightly = []
nightly-testing = ["clippy", "nightly"]
1
https://gitee.com/riscv-sig/third_party_rust_lazycell.git
git@gitee.com:riscv-sig/third_party_rust_lazycell.git
riscv-sig
third_party_rust_lazycell
third_party_rust_lazycell
master

搜索帮助