CronFrame
A Rust CronJob Framework and CLI tool.
Framework
Easy to use inside your own projects as a dependency. Define your jobs the way you want and let CronFrame take care of the rest.
CLI Tool
CronFrame is also a tool you can install with cargo
and setup to suit your needs. Easily create jobs from new code weather it is a standalone file or a crate.
Macro Annotations
Job definition made easier with macro annotations. Just pick a type of job between Global, Function and Method and use the corresponding macros.