Expand description
Proc macros for the Rustvello distributed task library.
Provides the #[rustvello::task] attribute macro that generates
a [Task] trait implementation from a plain function.
Attribute Macrosยง
- task
- Define a Rustvello task from a function.