Crates.io | iroh-rpc-client |
lib.rs | iroh-rpc-client |
version | 0.2.0 |
source | src |
created_at | 2022-11-28 18:04:00.166569 |
updated_at | 2022-12-21 16:54:13.370724 |
description | RPC type client for iroh |
homepage | |
repository | https://github.com/n0-computer/iroh |
max_upload_size | |
id | 724643 |
size | 37,873 |
iroh services internally communicate via RPC, using the quic-rpc RPC system.
TLDR: currently bincode encoded messages sent as http2 frames.
These channels are meant for internal communication and are not a stable API.
The types that define the RPC protocol are maintained in iroh-rpc-types.