cronchik

Crates.iocronchik
lib.rscronchik
version2.0.4
sourcesrc
created_at2021-07-06 04:54:42.654622
updated_at2023-08-01 01:18:43.297841
descriptionSimple cron expression parser
homepage
repositoryhttps://github.com/DoumanAsh/cronchik
max_upload_size
id419291
size51,779
Douman (DoumanAsh)

documentation

README

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.
Commit count: 17

cargo fmt