#graph-node #node #proc-macro #graph #procedural #macro #derive

macro gantz-derive

A crate providing procedural macros for the gantz library

1 unstable release

Uses old Rust 2015

0.1.0 Jun 6, 2018

#80 in #graph-node


Used in gantz

MIT/Apache

23KB
404 lines

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.

Dependencies

~2MB
~47K SLoC