Expand description
A “Quartz scheduler”-like cron parser powering Cron Triggers on Cloudflare Workers.
Modules§
- A module allowing for inspection of a parsed cron expression. This can be used to accurately describe an expression without reducing it into a cron value.
Structs§
- A cron value. This can be used to iterate over all future matching times or quickly check if a given time matches.
- An iterator over the times matching the contained cron value. Created with
Cron::iter_from
andCron::iter_after
.