This commit is contained in:
2025-04-22 12:53:17 +04:00
parent cad285fd59
commit 1708e6dd06
116 changed files with 1919 additions and 81 deletions

View File

@@ -1,12 +1,2 @@
// Export core module
pub mod core;
// Export userexample module
pub mod userexample;
// Re-export key types for convenience
pub use core::{BaseModel, BaseModelData, IndexKey, ModelBuilder};
pub use core::Comment;
pub use userexample::User;
// No need to re-export macros as they are already exported at the crate root
// Export the models module
pub mod models;