# gize-macros
**Procedural macros for the [Gize](https://github.com/robertolima-dev/gize) framework.**
[](https://crates.io/crates/gize-macros)
[](https://github.com/robertolima-dev/gize#license)
`gize-macros` is intentionally minimal. Per
[ADR-007](https://github.com/robertolima-dev/gize/blob/main/ADR/adr-007-macros.md), 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](https://github.com/robertolima-dev/gize) for the full crate list and
documentation.
## License
Licensed under either of [Apache-2.0](https://github.com/robertolima-dev/gize/blob/main/LICENSE-APACHE)
or [MIT](https://github.com/robertolima-dev/gize/blob/main/LICENSE-MIT) at your option.