Hexagon / croner-rust

Rust flavor of the popular cron scheduler croner.
MIT License
36 stars 4 forks source link

year missing? #2

Open DenuxPlays opened 7 months ago

DenuxPlays commented 7 months ago

Hey, I am just stupid or this library doesn't support the year? How do I express ever second year?

Hexagon commented 7 months ago

Year is indeed missing. Could be added as an optional feature if there's a use case :+1:

DenuxPlays commented 7 months ago

Year is indeed missing. Could be added as an optional feature if there's a use case 👍

Would be great. I am currently writing an scheduler and cron builder with this library and we need this!

DenuxPlays commented 7 months ago

@Hexagon How hard do you think this is to implement? I want/need this feature but I don't have that much time.

Hexagon commented 7 months ago

@DenuxPlays About 3 hours including docs, no biggie