mongo_orm/
lib.rs

1
2
3
4
5
pub mod entity;
pub mod instance;
pub mod macros;
pub mod repo;
pub use mongo_orm_macro;