clokwerk 0.2.2

A simple Rust recurring task scheduler, similar to Python's schedule
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "clokwerk"
version = "0.2.2"
authors = ["Mark Sherry <mdsherry@gmail.com>"]
documentation = "http://docs.rs/clokwerk/0.2.0/clokwerk/"
description="A simple Rust recurring task scheduler, similar to Python's schedule"
readme = "README.md"
repository = "https://github.com/mdsherry/clokwerk"
keywords = ["scheduler", "job"]
categories = ["date-and-time"]
license = "Apache-2.0"

[dependencies]
chrono = "0.4"