gize-macros 0.2.0

Procedural macros for Gize. Kept intentionally small (see ADR-007).
Documentation
1
2
3
4
5
6
7
//! Procedural macros for Gize.
//!
//! Per ADR-007, this crate is intentionally minimal: macros are only for declarative
//! metadata, never for hiding logic. No macros are exported yet — generated source code
//! is preferred until a concrete, boilerplate-heavy need is proven.
//!
//! This file is a placeholder so the crate participates in the workspace and CI.