Module qrpc_sdk::builders[][src]

A set of message builder utilities

It’s recommended to write similar abstraction layers in your own crate, so to make it easy for other third-party developers to use your service’s APIs and types as easily as possible.

In your service you will likely not need to consume this API. It is included for debugging purposes.

Modules

_internal

This module is only included for debugging reasons. There’s basically no reason to call these function directly.

Functions

parse_rpc_msg

Take a buffer of data and turn it into a reader for Capability messages

register

Generate an enveloped registry message for this service

resp_bool

Generate a simple boolean return payload

resp_id

Generate a simple ID return payload