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

#753 in Parser implementations

Download history 56/week @ 2024-01-14 95/week @ 2024-01-21 87/week @ 2024-01-28 81/week @ 2024-02-04 125/week @ 2024-02-11 113/week @ 2024-02-18 90/week @ 2024-02-25 81/week @ 2024-03-03 117/week @ 2024-03-10 109/week @ 2024-03-17 122/week @ 2024-03-24 90/week @ 2024-03-31 108/week @ 2024-04-07 101/week @ 2024-04-14 116/week @ 2024-04-21 41/week @ 2024-04-28

373 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