rustango-macros-0.22.0 has been yanked.
Proc-macros for rustango.
v0.1 ships #[derive(Model)], which emits:
- a
Modelimpl carrying a staticModelSchema, - an
inventory::submit!so the model is discoverable from the registry, - an inherent
objects()returning aQuerySet<Self>, - a
sqlx::FromRowimpl so query results decode into the struct.