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
parent 5192927a53
commit 0e8ae1e13e
6 changed files with 52 additions and 13 deletions

1
Cargo.lock generated
View file

@ -726,6 +726,7 @@ dependencies = [
name = "conduit_database"
version = "0.4.7"
dependencies = [
"arrayvec",
"conduit_core",
"const-str",
"futures",