dagx-macros

Crates.iodagx-macros
lib.rsdagx-macros
version0.3.1
created_at2025-10-07 23:44:59.456129+00
updated_at2025-10-10 23:37:51.030248+00
descriptionProcedural macros for dagx
homepagehttps://github.com/swaits/dagx
repositoryhttps://github.com/swaits/dagx
max_upload_size
id1872948
size21,096
Stephen Waits (swaits)

documentation

https://docs.rs/dagx-macros

README

dagx-macros

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.

Usage

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.

License

MIT

Commit count: 0

cargo fmt