moq-native 0.14.0

Media over QUIC - Helper library for native applications
Documentation

Documentation Crates.io License: MIT

moq-native

Helper library for native Media over QUIC applications, on top of moq-lite.

Establishes MoQ connections over a few different transports, selectable via cargo features:

  • WebTransport (HTTP/3) via quinn (default) or quiche
  • Raw QUIC with ALPN negotiation
  • WebSocket as a fallback when QUIC isn't available
  • Iroh P2P (iroh feature)

Also handles TLS, certificate generation, logging setup, and reconnection logic, with clap-derived configuration ready for binaries.

Examples

See the API documentation for details.