rsclaw-cron 0.1.0

Cron crate for RsClaw — internal workspace crate, not for direct use
docs.rs failed to build rsclaw-cron-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Cron job DATA / PERSISTENCE / PURE-COMPUTE layer.

This crate holds the serialisable cron data types, the cron-expression pure-compute helpers, and the redb/file persistence layer. The runtime orchestrator (CronRunner) stays in the root crate because it is wired to agent, gateway, ws, and channels — the root knot.

Schedule format: standard 5-field cron "min hr dom mon dow". Timezone: stored in schedule but currently executes in UTC.