Crate eshanized_polaris_macros

Crate eshanized_polaris_macros 

Source
Expand description

Procedural macros for Polaris.

This crate provides the #[task] attribute macro and other procedural macros for simplifying task definitions.

Attribute Macrosยง

job
Attribute macro for defining Polaris jobs (collections of tasks).
task
Attribute macro for defining Polaris tasks.