Skip to content

moq-native

crates.iodocs.rs

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

Licensed under MIT or Apache-2.0