Crate cronchik[][src]

Expand description

Simple cron notation parser.

Syntax

Features

  • serde - Enables serialization/deserialization.
  • time - Enables schedule calculation using time crate.

Structs

Cron schedule.

Second of the minute.

Hour of the day.

Minute of the hour.

Enums

Day of the week.

Describes potential error within expression

Month of the year.

Cron expression parser error

Functions

Gets schedule after time.

Gets schedule after current time in UTC.