| Crates.io | cronchik |
| lib.rs | cronchik |
| version | 2.0.4 |
| created_at | 2021-07-06 04:54:42.654622+00 |
| updated_at | 2023-08-01 01:18:43.297841+00 |
| description | Simple cron expression parser |
| homepage | |
| repository | https://github.com/DoumanAsh/cronchik |
| max_upload_size | |
| id | 419291 |
| size | 51,779 |
Cron expression parser.
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
std - Enables use of std library types and traits.serde - Enables serialization/deserialization.time - Enables schedule calculation using time crate.