impyard 0.1.1

Rent the intelligence, own the governance — a control plane for imps: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
1
2
3
4
5
6
//! The outer loop: what to do and when. The durable per-imp queue, the
//! schedule triggers that file work, and the dispatch loop that drains it.

pub mod dispatch;
pub mod queue;
pub mod trigger;