It's cron time! ⏲️
Description
This library is intended to work as a cron expression parser. For now it yields an iterator of upcoming datetimes that follow the parsed expression, simple as that.
This library is in development. It does not implement the whole syntax yet.
Usage
let now = datetime!;
let ct = build.unwrap;
for dt in ct.take
// 1917-11-07 0:01:00.0 +00:00:00
// 1917-11-07 1:01:00.0 +00:00:00
// 1917-11-07 2:01:00.0 +00:00:00