Skip to main content

Crate moqtap_client

Crate moqtap_client 

Source
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 + quinn
  • subscription — Subscription lifecycle state machine
  • fetch — Fetch lifecycle state machine
  • namespace — Subscribe/Publish namespace state machines

Modules§

connection
endpoint
fetch
namespace
subscription