Introduce segments module

This commit is contained in:
Yuriy Dupyn 2024-02-05 03:35:43 +01:00
parent 1618bffb85
commit b13d2f04cd
8 changed files with 12 additions and 13 deletions

View file

@ -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;