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 (
irohfeature)
Also handles TLS, certificate generation, logging setup, and reconnection logic, with clap-derived configuration ready for binaries.
Examples
See the API documentation for details.