moadim 0.11.0

Moadim.io MCP/REST server for managing cron jobs
1
2
3
4
5
6
7
8
/// Atomic file writes (write temp + rename) so readers never observe a torn file.
pub mod atomic;
/// JSON Schema helpers for schemars.
pub mod schema;
/// Startup print printed to stdout when the server begins listening.
pub mod startup_print;
/// Unix timestamp utilities.
pub mod time;