Skip to main content

Crate dagrs_derive

Crate dagrs_derive 

Source

Macros§

dependencies
The dependencies! macro allows users to specify all task dependencies in an easy-to-understand way. It returns Result<dagrs::Graph, dagrs::DagrsError> so build errors are not silently ignored.

Attribute Macros§

auto_node
[auto_node] is a macro that may be used when customizing nodes. It can only be marked on named struct or unit struct.