cron:Rust中的cron表达式解析器

时间:2024-05-24 01:54:17
【文件属性】:

文件名称:cron:Rust中的cron表达式解析器

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-24 01:54:17

rust cron schedule cron-expression-parser Rust

克朗 cron表达式解析器。 与稳定的Rust v1.28.0一起使用。 extern crate cron; extern crate chrono; use cron :: Schedule; use chrono :: Utc; use std :: str :: FromStr; fn main () { // sec min hour day of month month day of week year let expression = "0 30 9,12,15 1,15 May-Aug Mon,Wed,Fri 2018/2" ; let schedule = Schedule :: from_str (expression). unwrap (); println! ( "


【文件预览】:
cron-master
----LICENSE-MIT(1KB)
----LICENSE-APACHE(9KB)
----.github()
--------workflows()
----tests()
--------lib.rs(19KB)
----src()
--------error.rs(509B)
--------parsing.rs(16KB)
--------specifier.rs(748B)
--------ordinal.rs(301B)
--------time_unit()
--------schedule.rs(20KB)
--------queries.rs(5KB)
--------lib.rs(1KB)
----Cargo.toml(501B)
----.gitignore(47B)
----README.md(1KB)

网友评论