schedule-rs icon indicating copy to clipboard operation
schedule-rs copied to clipboard

Decorator support

Open stephanbuys opened this issue 8 years ago • 1 comments

It would be cool to do this:

#[schedule("0 * * * *")]
fn task_hourly() { ... }

stephanbuys avatar Feb 08 '17 13:02 stephanbuys

Blocked until #[proc_macro_attribute] stablizes

mehcode avatar Mar 22 '17 10:03 mehcode