1
0

feat: add object pool for cdylib

This commit is contained in:
2026-05-09 16:27:04 +08:00
parent d4b52efee0
commit 6804b96078
5 changed files with 96 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
thiserror = { workspace = true }
wfassoc = { path="../wfassoc" }
slotmap = "1.1.1"
[build-dependencies]
cbindgen = "0.29.0"