Crate quickie

Source
Expand description

A simple, low-level, and customizable implementation of a QUIC P2P node.

Structs§

Config
The configuration for the node.
Connection
A QUIC connection.
Node
Contains objects providing P2P networking capabilities.
StreamId
Identifier for a stream within a particular connection
StreamStats
A set of simple statistics related to a stream.
VarInt
An integer less than 2^62

Traits§

Quickie
A trait for objects containing a Node; it endows them with P2P networking capabilities.

Type Aliases§

ConnId
The stable ID of a connection.