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

fix: avoid panic when finding next parts #11

Closed tisonkun closed 1 week ago

tisonkun commented 1 week ago

This closes https://github.com/tisonkun/cronexpr/pull/9.

@haoqixu your patch is integrated here since I use a different way that handle panic more tidy.

tisonkun commented 1 week ago

This refers to #3.