gantz-derive 0.1.0

A crate providing procedural macros for the gantz library
Documentation

gantz-derive Crates.io Crates.io docs.rs

A suite of procedural macros for the gantz crate.

Currently includes:

  • GantzNode: simplifies the creation of gantz nodes by generating code necessary for interoperation with the gantz graph.
  • GantzNode_: The same as GantzNode but for use internally within the gantz crate itself.