Overview of Clokwerk scheduler
masterClokwerk is a simple scheduler for Rust inspired by Python's Schedule and Ruby's clockwork. Instead of parsing cron strings, it uses a Domain Specific Language (DSL) for scheduling tasks.
By default, all times and dates are relative to the local timezone. However, you can initialize a scheduler with a specific timezone using Scheduler::with_tz.