moq-native
QUIC and WebTransport connection helpers for native Rust applications. Provides TLS configuration, certificate management, and connection establishment utilities used by the relay server and CLI tools.
Overview
moq-native bridges the gap between the transport-agnostic moq-lite crate and actual QUIC/WebTransport networking. It handles:
- TLS certificate loading and configuration
- QUIC connection setup via quinn
- WebTransport session management
- Development certificate generation for local testing
Installation
toml
[dependencies]
moq-native = "0.1"API Reference
Full API documentation: docs.rs/moq-native
Next Steps
- Build with moq-lite for the core pub/sub protocol
- Deploy a relay server