Thank you for creating the great crate! I've been using this for the past few days and quite like it.
One of the challenges I've had so far, though, is that there isn't any documentation for the functions and types exposed by the crate.
For example the following get_description_cron_type_expr(DescriptionTypeEnum::MINUTES, "1") i think is intended to format the minutes portion of a cron schedule. However there isn't a test, example, or documentation to describe what it does.
Thank you for creating the great crate! I've been using this for the past few days and quite like it.
One of the challenges I've had so far, though, is that there isn't any documentation for the functions and types exposed by the crate.
For example the following
get_description_cron_type_expr(DescriptionTypeEnum::MINUTES, "1")i think is intended to format the minutes portion of a cron schedule. However there isn't a test, example, or documentation to describe what it does.