Crate dagx_macros

Crate dagx_macros 

Source
Expand description

Procedural macros for dagx

This crate provides the #[task] attribute macro that automatically implements the Task trait by deriving Input and Output types from the run() method signature.

Attribute Macrosยง

task
Attribute macro to automatically implement the Task trait.