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

#461 in Parser implementations

Download history 140/week @ 2024-07-27 199/week @ 2024-08-03 140/week @ 2024-08-10 30/week @ 2024-08-17 21/week @ 2024-08-24 66/week @ 2024-08-31 35/week @ 2024-09-07 56/week @ 2024-09-14 217/week @ 2024-09-21 42/week @ 2024-09-28 81/week @ 2024-10-05 59/week @ 2024-10-12 56/week @ 2024-10-19 18/week @ 2024-10-26 12/week @ 2024-11-02 66/week @ 2024-11-09

165 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