BREAKING CHANGE(core): replace the TypeScript database engine with a Rust-backed embedded server and bridge
This commit is contained in:
7
rust/crates/rustdb-index/src/lib.rs
Normal file
7
rust/crates/rustdb-index/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod engine;
|
||||
mod planner;
|
||||
pub mod error;
|
||||
|
||||
pub use engine::{IndexEngine, IndexInfo, IndexOptions};
|
||||
pub use planner::{QueryPlan, QueryPlanner};
|
||||
pub use error::IndexError;
|
||||
Reference in New Issue
Block a user