simplify cork interface related
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a1ced0a56f
commit
6dd6e4bfaf
10 changed files with 26 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
pub mod cork;
|
||||
mod cork;
|
||||
mod database;
|
||||
mod engine;
|
||||
mod map;
|
||||
|
@ -10,7 +10,6 @@ mod watchers;
|
|||
extern crate conduit_core as conduit;
|
||||
extern crate rust_rocksdb as rocksdb;
|
||||
|
||||
pub use cork::Cork;
|
||||
pub use database::Database;
|
||||
pub(crate) use engine::Engine;
|
||||
pub use map::Map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue