crontime 0.1.0

cron expression -> time iterator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "crontime"
version = "0.1.0"
edition = "2021"
rust-version = "1.60"
authors = ["Lucas Sunsi Abreu <lsunsi@pm.me>"]
description = "cron expression -> time iterator"
categories = ["parser-implementations", "date-and-time"]
keywords = ["cron", "parser", "time"]
repository = "https://github.com/lsunsi/crontime"
homepage = "https://github.com/lsunsi/crontime"
license = "GPL-3.0-only"
readme = "README.md"

[dependencies]