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

#702 in Parser implementations

Download history 61/week @ 2023-12-15 7/week @ 2023-12-29 105/week @ 2024-01-05 60/week @ 2024-01-12 71/week @ 2024-01-19 88/week @ 2024-01-26 81/week @ 2024-02-02 124/week @ 2024-02-09 123/week @ 2024-02-16 99/week @ 2024-02-23 69/week @ 2024-03-01 89/week @ 2024-03-08 140/week @ 2024-03-15 139/week @ 2024-03-22 107/week @ 2024-03-29

499 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