Expand description
Crontab.rs is a library for parsing cron schedule expressions.
Structsยง
- Crontab
- Represents a crontab schedule.
- Schedule
Components - The components of a crontab schedule. The values in each field are guaranteed to be both unique and ordered.
- Tm
- Holds a calendar date and time broken down into its components (year, month, day, and so on), also called a broken-down time value.