Documentation
1
2
3
4
5
6
include!(concat!(env!("OUT_DIR"), "/api.rs"));

mod task;
pub use task::Task;
mod run;
pub use run::Run;