[][src]Module qrpc_sdk::builders

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 this function directly.

Functions

register

Generate an registry message for this service

unregister

Generate an unregistry message for this service

upgrade

Generate an upgrade message for this service