crontime 0.1.0

cron expression -> time iterator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Lucas Sunsi Abreu <lsunsi@pm.me>"]
categories = ["parser-implementations", "date-and-time"]
description = "cron expression -> time iterator"
edition = "2021"
homepage = "https://github.com/lsunsi/crontime"
keywords = ["cron", "parser", "time"]
license = "GPL-3.0-only"
name = "crontime"
readme = "README.md"
repository = "https://github.com/lsunsi/crontime"
rust-version = "1.60"
version = "0.1.0"