uRPC

uRPC (pronounced micro RPC) is a simple and lightweight RPC framework designed with embedded systems in mind. The server side should work in a heapless environment with no_std and is supposed to use very low resources. The current client side implementation requires std

Features

Packet format

TODO: Specify packet format here.

Examples

See examples/requests.rs

License

The code is released under the 3-clause BSD License.