1
2
3
4
5
6
//! **E**xternal **P**rogram **I**nterface.

pub mod channel;
pub mod problem;
pub mod script;
pub mod solver;