gize-macros 0.3.0

Procedural macros for Gize. Kept intentionally small (see ADR-007).
Documentation
# gize-macros

**Procedural macros for the [Gize](https://github.com/robertolima-dev/gize) framework.**

[![Crates.io](https://img.shields.io/crates/v/gize-macros.svg)](https://crates.io/crates/gize-macros)
[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](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.