You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be beneficial to integrate the english-to-cron crate into your library to allow users to generate cron expressions using plain English text.
This would enhance the usability of your library by making it easier for developers who are less familiar with cron syntax to define scheduling rules.
if this is something that you want, I'd love to open a PR for that
The text was updated successfully, but these errors were encountered:
kaplanelad
changed the title
Integrate english-to-cron Crate
Integrate english-to-cron crate
Sep 15, 2024
Hi, thanks for the suggestion! I think I'd prefer to keep this crate focused on plain cron expressions. The glue code needed to go from sentence to cron expr to Schedule seems pretty minimal, and I'd rather not take on the dependency.
It would be beneficial to integrate the english-to-cron crate into your library to allow users to generate cron expressions using plain English text.
This would enhance the usability of your library by making it easier for developers who are less familiar with cron syntax to define scheduling rules.
if this is something that you want, I'd love to open a PR for that
The text was updated successfully, but these errors were encountered: