Crate rorm_macro

source ·
Expand description

Implementation of the Model attribute used to implement database things for structs

Attribute Macros

This attribute is put on your main function.

Derive Macros

This attribute is used to turn a struct into a database model.