rpc_pb 0.15.0

rpc_pb provides prototk definitions for an RPC layer.
Documentation
rpc_pb
======

rpc_pb provides prototk definitions for an RPC layer.

Status
------

Maintenance track.  The library is considered stable and will be put into maintenance mode if unchanged for one year.
Documentation changes excepted.

Scope
-----

This library contains everything necessary to define the wire format of the RPCs
[requests](https://docs.rs/rpc_pb/latest/rpc_pb/struct.Request.html),
[responses](https://docs.rs/rpc_pb/latest/rpc_pb/struct.Response.html), and
[frames](https://docs.rs/rpc_pb/latest/rpc_pb/struct.Frame.html).

Warts
-----

- The library is not documented yet.  We will document it when the library implementing RPC drives any final changes.

Documentation
-------------

The latest documentation is always available at [docs.rs](https://docs.rs/rpc_pb/latest/rpc_pb/).