anymock 0.4.2

A Rust mocking crate designed to simulate and test external communication over common network protocols.
Documentation
1
2
3
4
5
#[cfg(feature = "ws")]
pub mod ws;

pub mod json;
pub mod matchers;