tasklet-0.1.2 has been yanked.
⏱️ A task scheduling library written in Rust
Dependencies
- cron (0.8.0)
- chrono (0.4.19)
- time (0.2.25)
- log (0.4.14)
Use this library
In your Cargo.toml
add:
[dependencies]
tasklet = "0.1.1"
Example
Find more examples in the examples folder.
use ;
use SimpleLogger;
use ;
/// A simple example of a task with two step,
/// that might work or fail some times.
Author
Stavros Grigoriou (stav121)