Crates.io | iroh-rpc-types |
lib.rs | iroh-rpc-types |
version | 0.2.0 |
source | src |
created_at | 2022-11-28 18:03:11.521296 |
updated_at | 2022-12-21 16:53:30.768846 |
description | RPC type definitions for iroh |
homepage | |
repository | https://github.com/n0-computer/iroh |
max_upload_size | |
id | 724642 |
size | 21,658 |
This crate defines the protocol for use by the iroh-rpc-client, which is used for iroh services to communicate internally via RPC.
It defines a set of messages and traits that specify how each message is to be processed.
These types can be used with any transport protocol in quic-rpc.