automata/cron/ast
Public runtime types for cron expressions and their validated /
normalised forms. The parse / validate / iterate entry points live in
automata/cron. Despite the ast suffix, these are
the domain types every cron caller needs at runtime — Field,
Item, Selector, RawCron, ValidCron, etc. — not parser
internals.
Types
pub type Field {
Expression
Minute
Hour
DayOfMonth
Month
DayOfWeek
}
Constructors
-
Expression -
Minute -
Hour -
DayOfMonth -
Month -
DayOfWeek