Workflow RPC (wRPC) framework based on the workflow-websocket
crate offering native & in-browser (WASM32) clients and a
native server (based on tokio & tungstenite). wRPC
supports custom Borsh and JSON protocols with use of
generics for RPC method declarations.
//!//! Convenience module exporting all types required for the client use.
//!pubusecrate::client::{
BorshProtocol, ConnectOptions, ConnectStrategy, Interface, JsonProtocol,
Options as RpcClientOptions, RpcClient, notification,result::Result as ClientResult,};pubusecrate::encoding::Encoding;