Crate hrpc[][src]

Expand description

Common code used in hRPC code generation.

Modules

Common client types and functions.

Common server types and functions.

Macros

Include generated proto server and client items.

Return if the socket is closed normally, otherwise return the result.

Return if the socket is closed normally, otherwise print the error if there is one and return.

Serves multiple services’ filters on the same address.

Serves multiple services’ filters on the same address. Supports TLS.

Structs

A hRPC request.

Traits

Trait used for blanket impls on generated protobuf types.

Functions

Encodes a protobuf message into a new BytesMut buffer.

Encodes a protobuf message into the given BytesMut buffer.

Attribute Macros