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