Easy Schedule
A flexible task scheduler built on Tokio with multiple scheduling options and skip conditions.
Features
- Multiple scheduling types:
- Delayed execution
- Interval execution
- Scheduled execution
- One-time execution
- Flexible skip conditions:
- Skip specific dates
- Skip date ranges
- Skip weekdays
- Skip specific times
- Skip time ranges
- Task cancellation support
- Comprehensive logging
Quick Start
Add to your Cargo.toml:
[]
= "0.1"
Usage Example
use async_trait;
use ;
;
async
License
Dual-licensed under MIT or Apache-2.0.