catchr-core 0.2.0

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