zzzz_rt_logic 0.0.0

Runtime logic for the zzzz automation library.
Documentation
1
2
3
4
5
//! Runtime logic for the zzzz automation library.

pub use crate::job_runner::JobRunner;

mod job_runner;