feat: add CachedReads and CachedReadsDbRef (#2596)

This commit is contained in:
Matthias Seitz
2023-05-16 21:40:31 +02:00
committed by GitHub
parent c44117075e
commit f37ee4b83b
4 changed files with 222 additions and 114 deletions

View File

@ -31,6 +31,7 @@ futures-util = "0.3"
thiserror = "1.0"
sha2 = { version = "0.10", default-features = false }
tracing = { workspace = true }
hashbrown = "0.13"
[features]