6 releases

0.3.1 Oct 19, 2020
0.3.0 Sep 8, 2020
0.2.0 Aug 7, 2020
0.1.2 Apr 1, 2020
0.1.0 Oct 17, 2018

#681 in Asynchronous


Used in 2 crates

MIT license

67KB
1.5K SLoC

cannyls_rpc

Crates.io: cannyls_rpc Documentation Build Status License: MIT

RPC library for operating cannyls's devices from remote nodes.

Documentation

Procedure ID Namespace

cannyls_rpc provides RPC functionalities by using the fibers_rpc crate. And cannyls_rpc uses some procedure IDs (ProcedureId) in the range between 0x0001_0000 and 0x0001_FFFF. Thus, for ensuring to avoid ID conflict with cannyls_rpc, other RPCs that will be registered with the same RPC server must select procedure IDs that are not included in the above range.

Dependencies

~5MB
~94K SLoC