add ArrayVec-backed serialized query overload; doc comments

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-09-29 12:49:24 +00:00 committed by strawberry
commit 0e8ae1e13e
6 changed files with 52 additions and 13 deletions
src/database

View file

@ -35,6 +35,7 @@ zstd_compression = [
]
[dependencies]
arrayvec.workspace = true
conduit-core.workspace = true
const-str.workspace = true
futures.workspace = true