jorm 0.1.1

A lightweight DAG execution engine with natural language processing
Documentation
1
2
3
4
5
pub mod cron;
pub mod daemon;

pub use cron::{Schedule, ScheduleError, Scheduler};
pub use daemon::{Daemon, DaemonError, DaemonState};