Skip to content

Commit b212c55

Browse files
committed
add buf deal
1 parent dc8a022 commit b212c55

File tree

12 files changed

+3846
-53
lines changed

12 files changed

+3846
-53
lines changed

Cargo.lock

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ keywords = ["arc", "lru", "lfu", "timerwheel", "slab"]
1616
[dependencies]
1717
lazy_static="1.5.0"
1818
hashbrown="0.14"
19+
log="0.4.22"
1920

2021
[dependencies.algorithm-macro]
2122
path = "algorithm-macro"

algorithm-macro/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "algorithm-macro"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["tickbh <[email protected]>"]
6+
description = "about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构"
7+
repository = "https://github.com/tickbh/algorithm-rs"
8+
license = "Apache-2.0"
9+
keywords = ["arc", "lru", "lfu", "timerwheel", "slab"]
510

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

0 commit comments

Comments
 (0)