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
[workspace]
members = ["algorithm-macro"]

[package]
name = "algorithm"
version = "0.1.18"
edition = "2021"
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, 关于算法常用的数据结构"
repository = "https://github.com/tickbh/algorithm-rs"
license = "Apache-2.0"
keywords = ["arc", "lru", "lfu", "timerwheel", "slab"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.5.0"
hashbrown = "0.15.2"
log = "0.4.26"

[dependencies.algorithm-macro]
# path = "algorithm-macro"
version = "0.1"

[dev-dependencies]
rand = "0.8.5"
libc = "0.2.169"
slab = "0.4.9"

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

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