Add proc macro to implement models
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -3,3 +3,6 @@ pub mod models;
|
||||
|
||||
/// Database implementations
|
||||
pub mod db;
|
||||
|
||||
// Re-export the procedural macro
|
||||
pub use heromodels_derive::model;
|
||||
|
Reference in New Issue
Block a user