Crate hrpc[][src]

Re-exports

pub use async_tungstenite;
pub use async_tungstenite::tungstenite;
pub use bytes;
pub use prost;
pub use reqwest;
pub use url;

Macros

include_proto

Include generated proto server and client items.

Structs

Client

Generic client implementation with common methods.

Socket

A websocket, wrapped for ease of use with protobuf messages.

Enums

ClientError

Errors that can occur within [Client] operation.

InvalidUrlKind
SocketMessage

A message returned from the Socket::get_message() method of a Socket.

Type Definitions

ClientResult

Convenience type for [Client] operation result.