ocron

Crates.ioocron
lib.rsocron
version0.2.0
sourcesrc
created_at2020-09-18 12:01:38.059814
updated_at2021-02-20 15:05:09.174868
descriptionCron implementation with an obvious configuration format
homepagehttps://github.com/ametisf/ocron
repositoryhttps://github.com/ametisf/ocron
max_upload_size
id290087
size68,694
max (pr2502)

documentation

README

OCRON

OCRON is a cron implementation with an obvious configuration format instead of the usual crontab. The format is using TOML.

Usage

To try it out run:

cargo run -- example.toml

or

cargo build && target/debug/ocron example.toml

The example runs date +%H:%M:%S each whole 10 seconds on Mondays and Fridays.

For documentation on the configuration options see example.toml.

Note that OCRON uses a patched version of TOML which allows "inline" tables to span multiple lines, if you install from crates.io the vanilla TOML is used instead.

Commit count: 2

cargo fmt