Expand description
This crate tries to follow the base layout proposed by a ferrous-systems.com blog post.
Structs§
- Macro
Config - 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