cronexpr 1.5.0

A library to parse and drive the crontab expression.
Documentation
1
2
3
4
5
6
7
---
source: src/parser.rs
expression: "parse_crontab(\"H * * * * UTC\").unwrap_err()"
---
failed to parse crontab expression:
H * * * * UTC
^ malformed expression