quic_rpc::transport

Module iroh

Source
Available on crate feature iroh-transport only.
Expand description

iroh transport implementation based on iroh

Structs§

  • A connection using an iroh connection
  • A server endpoint using a quinn connection
  • A stream that wraps a quinn RecvStream with length delimiting and postcard
  • A sink that wraps a quinn SendStream with length delimiting and postcard

Enums§

  • Access control for the server, either unrestricted or limited to a list of nodes that can connect to the server endpoint

Type Aliases§

  • Error for accept. Currently just a quinn::ConnectionError
  • Error for open. Currently just an anyhow::Error