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,4 +1,4 @@
use heromodels::{BaseModel, Comment, User, ModelBuilder};
use heromodels::models::{Model, Comment, User};
fn main() {
println!("Hero Models - Basic Usage Example");