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

#435 in Parser implementations

Download history 147/week @ 2024-03-13 111/week @ 2024-03-20 109/week @ 2024-03-27 80/week @ 2024-04-03 106/week @ 2024-04-10 97/week @ 2024-04-17 101/week @ 2024-04-24 55/week @ 2024-05-01 79/week @ 2024-05-08 92/week @ 2024-05-15 131/week @ 2024-05-22 111/week @ 2024-05-29 297/week @ 2024-06-05 333/week @ 2024-06-12 162/week @ 2024-06-19 54/week @ 2024-06-26

870 downloads per month

BSL-1.0 license

37KB
767 lines

cronchik

Crates.io Documentation Build

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 of std library types and traits.
  • serde - Enables serialization/deserialization.
  • time - Enables schedule calculation using time crate.

Dependencies

~23–370KB