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

#846 in Parser implementations

Download history 20/week @ 2024-12-16 4/week @ 2024-12-30 42/week @ 2025-01-06 64/week @ 2025-01-13 58/week @ 2025-01-20 139/week @ 2025-01-27 126/week @ 2025-02-03 51/week @ 2025-02-10 93/week @ 2025-02-17 83/week @ 2025-02-24 84/week @ 2025-03-03 42/week @ 2025-03-10 105/week @ 2025-03-17 60/week @ 2025-03-24 52/week @ 2025-03-31

265 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–365KB