iroh-rpc-client
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.