Crate pipeit_derive

Crate pipeit_derive 

Source

Macros§

tag_id
Function-like macro to get the hash ID of a tag name.
tag_struct
Function-like macro to generate the tag struct name. Usage: tag_struct!(“name”) -> __pipeline_tag_HASH

Attribute Macros§

node
Attribute macro to tag a function as a pipeline node. Usage: #[node(“name”)]