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

Wrap strings in Arc (greatly reduces memory usage)

This commit is contained in:
2026-02-20 16:57:40 -08:00
committed by Mark
parent efac8fd2d5
commit 37e55e5165
5 changed files with 152 additions and 14 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ readme = "README.md"
authors = ["rm-dr"]
# Don't forget to bump datapath-macro below!
version = "0.0.5"
version = "0.0.6"
[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.5" }
datapath-macro = { path = "crates/datapath-macro", version = "0.0.6" }
datapath = { path = "crates/datapath" }
chrono = "0.4.42"