+ async source

(reader and converter)
This commit is contained in:
2023-08-06 17:01:22 +03:00
parent f55b6f681c
commit ecfc34e821
6 changed files with 475 additions and 113 deletions

View File

@@ -14,7 +14,7 @@ name = "db_bench"
harness = false
[dependencies]
chgk_ledb_lib = {path = "../lib", features = ["sync", "source"]}
chgk_ledb_lib = {path = "../lib", features = ["sync", "source", "convert"]}
serde_json="1.0"
zip="0.6"
rand="0.8"