mocktail 0.3.2

HTTP & gRPC server mocking for Rust
Documentation
1
2
3
4
5
//! Mock services
pub mod grpc;
pub use grpc::GrpcMockService;
pub mod http;
pub use http::HttpMockService;