2 个版本
0.1.1 | 2023 年 3 月 11 日 |
---|---|
0.1.0 | 2023 年 3 月 10 日 |
#230 在 国际化 (i18n)
46KB
944 代码行
cron-descriptor-rust
A Rust 库,将 cron 表达式转换为人类可读的字符串。从 Java 版本 https://github.com/grahamar/cron-parser 翻译而来,原始项目基于 C#,Java 版本基于它:https://github.com/bradymholt/cron-expression-descriptor
i18n
目前只有英语和西班牙语可用,但将 Java 属性文件翻译到 locales
中的 YAML 是直接的。
用法
见 tests/tests_*.rs
。例如。
use cron_descriptor::cronparser::cron_expression_descriptor;
assert_eq!("Every 45 seconds", cron_expression_descriptor::get_description_cron("*/45 * * * * *"));
依赖项
~8–18MB
~228K SLoC