schedule-rs
schedule-rs copied to clipboard
Decorator support
It would be cool to do this:
#[schedule("0 * * * *")]
fn task_hourly() { ... }
Blocked until #[proc_macro_attribute] stablizes