Expand description
This crate contains the interface between a runner and the core library It is very important that no backward-incompatible changes are made within one major version of the runner interface
Each runner is built against one version of this crate. The core library is built against all major versions of this crate
Re-exports§
pub use runner::Runner;