algorithm 0.1.18

about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构
Documentation
[dependencies.algorithm-macro]
version = "0.1"

[dependencies.hashbrown]
version = "0.15.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.26"

[dev-dependencies.libc]
version = "0.2.169"

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

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

[features]
default = ["hashbrown", "ttl"]
hashbrown = []
ttl = []

[package]
authors = ["tickbh <tickdream125@hotmail.com>"]
description = "about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构"
edition = "2021"
keywords = ["arc", "lru", "lfu", "timerwheel", "slab"]
license = "Apache-2.0"
name = "algorithm"
readme = "README.md"
repository = "https://github.com/tickbh/algorithm-rs"
version = "0.1.18"

[profile.release]
debug = 2
opt-level = 3