algorithm 0.1.2

about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree, 关于算法常用的数据结构
Documentation
[dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.slab]
version = "0.4.9"

[package]
authors = ["tickbh <tickdream125@hotmail.com>"]
description = "about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree, 关于算法常用的数据结构"
edition = "2021"
keywords = ["algorithm", "lru", "lfu", "lru-k", "slab"]
license = "Apache-2.0"
name = "algorithm"
readme = "README.md"
repository = "https://github.com/tickbh/algorithm"
version = "0.1.2"
[profile.release]
opt-level = 3