gize-macros
Procedural macros for the Gize framework.
gize-macros is intentionally minimal. Per
ADR-007, Gize
prefers generated, readable source code over macros that hide logic. Macros are reserved
strictly for declarative metadata, never for hiding behavior.
Status: placeholder. No macros are exported yet — the crate exists so the name is reserved and it participates in the workspace and CI. Macros will be added only when a concrete, boilerplate-heavy need is proven.
Part of the Gize workspace
See the main project for the full crate list and documentation.
License
Licensed under either of Apache-2.0 or MIT at your option.