Restructure Osiris: separate core, client, and server crates to avoid circular dependencies
This commit is contained in:
3
core/src/index/mod.rs
Normal file
3
core/src/index/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub mod field_index;
|
||||
|
||||
pub use field_index::FieldIndex;
|
||||
Reference in New Issue
Block a user