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

Write examples to `MakeTimestamp` #14

Closed tisonkun closed 4 days ago

tisonkun commented 1 week ago

https://github.com/tisonkun/cronexpr/blob/0e7f6fadbada74bc667ff35bf6022026ea2431a5/src/lib.rs#L662-L727

Provide examples for how to construct a MakeTimestamp. It's clear in source code, but not quite straightforward on docs.rs.