8 stable releases
2.0.4 | Aug 1, 2023 |
---|---|
2.0.3 | Jul 31, 2023 |
2.0.1 | Jun 13, 2022 |
1.0.2 | Jul 7, 2021 |
#461 in Parser implementations
165 downloads per month
37KB
767 lines
cronchik
Cron expression parser.
Syntax
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
Features
std
- Enables use ofstd
library types and traits.serde
- Enables serialization/deserialization.time
- Enables schedule calculation usingtime
crate.
Dependencies
~23–355KB