2 Star 0 Fork 0

mirrors_sfackler/lru-cache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steven Fackler 提交于 2017-02-09 16:15 . Bump linked-hash-map version
[package]
name = "lru-cache"
version = "0.1.0"
license = "MIT/Apache-2.0"
description = "A cache that holds a limited number of key-value pairs"
authors = [
"Stepan Koltsov <[email protected]>",
]
repository = "https://github.com/contain-rs/lru-cache"
homepage = "https://github.com/contain-rs/lru-cache"
documentation = "https://contain-rs.github.io/lru-cache/lru_cache"
keywords = ["data-structures"]
readme = "README.md"
[dependencies]
linked-hash-map = "0.3"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/lru-cache.git
[email protected]:mirrors_sfackler/lru-cache.git
mirrors_sfackler
lru-cache
lru-cache
master

搜索帮助