awa-macros
Derive macros for the Awa job queue.
Provides #[derive(JobArgs)] which generates:
- A
kind()method returning the CamelCase→snake_case job kind string - Serde trait bounds for JSON serialization
use JobArgs;
use ;
assert_eq!;
You get this automatically when you depend on awa.
License
MIT OR Apache-2.0