Restructure crates for correct proc macro usage
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use heromodels::db::{Collection, Db};
|
||||
use heromodels::models::userexample::user::index::{is_active, username};
|
||||
use heromodels::models::{Comment, Model, User};
|
||||
use heromodels::models::userexample::user::user_index::{is_active, username};
|
||||
use heromodels::models::{Comment, User};
|
||||
use heromodels_core::Model;
|
||||
|
||||
fn main() {
|
||||
let index_db = tst::TST::new("/tmp/ourdb/tst", true).expect("can create index DB");
|
||||
|
Reference in New Issue
Block a user