feat: function (WIP)

This commit is contained in:
2025-05-04 13:58:34 +08:00
parent 63fd380514
commit 6ecd20854a
12 changed files with 228 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ itertools = "0.12"
rayon = "1.10"
tokio = { version = "1.38", features = [ "full" ] }
rpds = "1.1"
derive_more = "0.99"
derive_more = { version = "2.0", features = [ "full" ] }
crossbeam-channel = "0.5"
ecow = "0.2"
once_cell = "1.19"