| Crates.io | dagx-macros |
| lib.rs | dagx-macros |
| version | 0.3.1 |
| created_at | 2025-10-07 23:44:59.456129+00 |
| updated_at | 2025-10-10 23:37:51.030248+00 |
| description | Procedural macros for dagx |
| homepage | https://github.com/swaits/dagx |
| repository | https://github.com/swaits/dagx |
| max_upload_size | |
| id | 1872948 |
| size | 21,096 |
Procedural macros for dagx.
This crate provides the #[task] attribute macro. You typically don't need to depend on this directly—it's included automatically when you use dagx.
See the dagx documentation for usage examples.
The #[task] macro automatically implements the Task trait by deriving input and output types from your run() method signature.
MIT