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

#669 in Parser implementations

Download history 80/week @ 2024-12-06 33/week @ 2024-12-13 2/week @ 2024-12-20 2/week @ 2024-12-27 28/week @ 2025-01-03 75/week @ 2025-01-10 34/week @ 2025-01-17 129/week @ 2025-01-24 151/week @ 2025-01-31 49/week @ 2025-02-07 89/week @ 2025-02-14 96/week @ 2025-02-21 64/week @ 2025-02-28 60/week @ 2025-03-07 90/week @ 2025-03-14 69/week @ 2025-03-21

301 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–380KB