Crates.io | cannyls_rpc |
lib.rs | cannyls_rpc |
version | 0.3.1 |
source | src |
created_at | 2018-10-17 05:54:01.688422 |
updated_at | 2020-10-19 08:27:40.272719 |
description | RPC library for operating cannyls's devices from remote nodes |
homepage | https://github.com/frugalos/cannyls_rpc |
repository | https://github.com/frugalos/cannyls_rpc |
max_upload_size | |
id | 91105 |
size | 75,755 |
RPC library for operating cannyls
's devices from remote nodes.
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.