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

#983 in Parser implementations

Download history 18/week @ 2024-08-21 50/week @ 2024-08-28 44/week @ 2024-09-04 51/week @ 2024-09-11 55/week @ 2024-09-18 211/week @ 2024-09-25 43/week @ 2024-10-02 91/week @ 2024-10-09 54/week @ 2024-10-16 30/week @ 2024-10-23 21/week @ 2024-10-30 33/week @ 2024-11-06 88/week @ 2024-11-13 48/week @ 2024-11-20 42/week @ 2024-11-27 73/week @ 2024-12-04

270 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–355KB