Introduce segments module
This commit is contained in:
parent
1618bffb85
commit
b13d2f04cd
8 changed files with 12 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ use bincode::{Decode, Encode};
|
|||
|
||||
use crate::error::Error;
|
||||
use crate::cursor::{ReadCursor, WriteCursor, CursorWithStoreHeader};
|
||||
use crate::store_header::StoreHeader;
|
||||
use crate::segments::store_header::StoreHeader;
|
||||
use crate::index::Index;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue