Expand description
MoQT client library.
Provides a full MoQT client stack: pure state machines for protocol
flows (subscribe, fetch, namespace) layered under a connection::Connection
type that drives real QUIC I/O via quinn.
§Modules
endpoint— Unified endpoint state machine (no I/O)connection— QUIC transport layer wrapping endpoint + quinnsubscription— Subscription lifecycle state machinefetch— Fetch lifecycle state machinenamespace— Subscribe/Publish namespace state machines