kithara-test-utils 0.0.1-alpha4

kithara test runtime: probe/hang/mock helpers (no-op in release).
1
2
3
4
5
#[cfg(feature = "mock")]
mod real;

#[cfg(feature = "mock")]
pub use real::*;