Available on crate feature
iroh-transport
only.Expand description
iroh transport implementation based on iroh
Structs§
- Iroh
Connector - A connection using an iroh connection
- Iroh
Listener - A server endpoint using a quinn connection
- Recv
Stream - A stream that wraps a quinn RecvStream with length delimiting and postcard
- Send
Sink - A sink that wraps a quinn SendStream with length delimiting and postcard
Enums§
- Access
Control - Access control for the server, either unrestricted or limited to a list of nodes that can connect to the server endpoint
Type Aliases§
- Accept
Error - Error for accept. Currently just a ConnectionError
- Open
BiError - Error for open. Currently just an anyhow::Error