perf(wire): pre-size effect batch encoding

This commit is contained in:
slhx agent
2026-07-13 09:32:46 +02:00
parent ecbdea5cd0
commit 945122cb02
4 changed files with 189 additions and 2 deletions
+4
View File
@@ -6,6 +6,10 @@ edition.workspace = true
[lib]
path = "src/lib.rs"
[[bench]]
name = "wire"
harness = false
[features]
default = ["std"]
std = ["serde/std"]