gize-macros 0.3.0

Procedural macros for Gize. Kept intentionally small (see ADR-007).
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 3.05 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 235.24 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • robertolima-dev/gize
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • robertolima-dev

gize-macros

Procedural macros for the Gize framework.

Crates.io License

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.