tisonkun / cronexpr

Calculate the next timestamp matching a given crontab pattern
https://docs.rs/cronexpr
Apache License 2.0
47 stars 2 forks source link

feat: impl Crontab matches timestamp #12

Closed tisonkun closed 1 week ago

tisonkun commented 1 week ago

Inspired from https://docs.rs/saffron/latest/saffron/struct.Cron.html#method.contains

This refers to #3.