create and use ReadSerializedBitSet

This commit is contained in:
Pascal Seitz
2021-09-24 12:53:33 +08:00
parent c217bfed1e
commit 5ee5037934
9 changed files with 195 additions and 123 deletions

View File

@@ -10,6 +10,7 @@ description = "common traits and utility functions used by multiple tantivy subc
[dependencies]
byteorder = "1.4.3"
ownedbytes = { version="0.1", path="../ownedbytes" }
[dev-dependencies]
proptest = "1.0.0"