feat: in-memory index
This commit is contained in:
parent
3bf04ae2d6
commit
a4a29e632b
3 changed files with 108 additions and 55 deletions
|
|
@ -15,6 +15,7 @@ pub enum DecodeErrorKind {
|
|||
EntryData,
|
||||
EntryIsDeleted,
|
||||
EntryHeaderWithDataSizes,
|
||||
CorruptedData,
|
||||
}
|
||||
|
||||
// ===Errors===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue