catchr-core 0.2.0

Core library of catchr the testing framework
Documentation
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum CatchrMode {
    Regular,
    Tokio,
}