specmock-runtime 0.1.0

Runtime servers for HTTP (OpenAPI), WebSocket (AsyncAPI), and gRPC (Protobuf) mocking
Documentation
1
2
3
4
5
//! gRPC runtime bridge for protobuf descriptors.

pub mod protobuf;

pub use protobuf::{GrpcRuntime, spawn_grpc_server};