Renaming storage_engine.rs ~> store.rs
This commit is contained in:
parent
18b8049958
commit
e0d08e758a
13 changed files with 92 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
pub mod storage_engine;
|
||||
pub mod store;
|
||||
mod binary_coding;
|
||||
mod error;
|
||||
pub mod error;
|
||||
mod index;
|
||||
mod cursor;
|
||||
mod segments;
|
||||
mod cursor_capabilities;
|
||||
pub mod cursor;
|
||||
pub mod segments;
|
||||
pub mod cursor_capabilities;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue