specmock-runtime 0.1.0

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

pub mod asyncapi;

pub use asyncapi::{AsyncApiRuntime, WsOutcome};