1
0
mirror of https://github.com/rm-dr/datapath.git synced 2026-05-16 00:08:59 -07:00

Add VecIndex
CI / Check typos (push) Successful in 1m30s
CI / Check links (push) Successful in 1m26s
CI / Clippy (push) Successful in 2m0s
CI / Build and test (push) Successful in 2m30s

This commit is contained in:
2026-02-23 10:11:03 -08:00
committed by Mark
parent ad7ee03812
commit 3407c45dcb
8 changed files with 490 additions and 59 deletions
+3 -2
View File
@@ -11,7 +11,7 @@ readme = "README.md"
authors = ["rm-dr"]
# Don't forget to bump datapath-macro below!
version = "0.0.6"
version = "0.0.8"
[workspace.lints.rust]
unused_import_braces = "deny"
@@ -70,7 +70,7 @@ cargo_common_metadata = "deny"
#
[workspace.dependencies]
datapath-macro = { path = "crates/datapath-macro", version = "0.0.6" }
datapath-macro = { path = "crates/datapath-macro", version = "0.0.8" }
datapath = { path = "crates/datapath" }
chrono = "0.4.42"
@@ -83,3 +83,4 @@ tracing = "0.1"
trie-rs = "0.4.2"
uuid = "1.19.0"
tokio = { version = "1.48.0", features = ["sync"] }
smartstring = "1.0.1"