Restructure Osiris: separate core, client, and server crates to avoid circular dependencies

This commit is contained in:
Timur Gordon
2025-11-04 13:08:43 +01:00
parent ae846ea734
commit 5d82959457
86 changed files with 601 additions and 62 deletions

3
core/src/index/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod field_index;
pub use field_index::FieldIndex;