Rucron: A Pure Rust Implementation Job Scheduling Package.
A job scheduling library writed by rust, which is similar to gocron or linux crontab.
The crate currently supports asynchronous task which uses tokio runtime.
Usage
See the example in examples folder.
Quickstart
[]
= "0.1.0"
use Locker;
use Scheduler;
async
async
License
Rucron is licensed under the MIT license.
Contributing
Contributions are welcome.