Crate rorm_macro_impl

Source
Expand description

This crate tries to follow the base layout proposed by a ferrous-systems.com blog post.

Structs§

MacroConfig
Configuration for rorm’s macros

Functions§

derive_db_enum
Implementation of rorm’s #[derive(DbEnum)] macro
derive_model
Implementation of rorm’s #[derive(Model)] macro
derive_patch
Implementation of rorm’s #[derive(Patch)] macro