8 个稳定版本
2.0.4 | 2023年8月1日 |
---|---|
2.0.3 | 2023年7月31日 |
2.0.1 | 2022年6月13日 |
1.0.2 | 2021年7月7日 |
#435 in 解析器实现
870 每月下载量
37KB
767 行
cronchik
Cron 表达式解析器。
语法
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
特性
std
- 允许使用std
库类型和特质。serde
- 允许序列化和反序列化。time
- 允许使用time
crate 进行调度计算。
依赖项
~23–370KB