recurring-tasks 1.2.0

Define tasks and run them in an app forever, ala cronjobs. And don't run already/still running tasks.
Documentation
1
2
3
4
5
#!/bin/bash
cargo fmt
RUST_LOG=debug cargo test $@
# ./t -- --nocapture
# ./t -- --exact 'half_offset'