Skip to main content

Crate anemo

Crate anemo 

Source

Modules§

middleware
rpc
types

Structs§

Builder
A builder for a Network.
Config
Configuration for a Network.
ConnectionOrigin
Origin of how a Connection was established.
Error
The Error type, a wrapper around a dynamic error type.
KnownPeers
A handle that keeps all the peers which we have registered and are known to us.
Network
Handle to a network.
NetworkRef
Weak reference to a Network handle.
Peer
Handle to a connection with a remote Peer.
PeerId
QuicConfig
Configuration for the underlying QUIC transport.
Request
Response
Router
The router type for composing handlers and services.
ServicesOpen
Marker type for a Router that is still accepting service registrations.
ServicesSealed
Marker type for a Router that has been sealed by applying a layer.

Enums§

Direction
Direction of a network event.

Type Aliases§

Result
Result<T, Error>

Attribute Macros§

async_trait