Registry / networking / moq-transport

moq-transport

JSON →
library0.14.2rscratesunverified

Media over QUIC

# Cargo.toml [dependencies] moq-transport = "0.14.2"
INSTALL
IMPORT
SIG · MOQ-TRANSPORT
M
moq-transport
networkingrustv0.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Transport
use moq_transport::Transport;

Minimal MoQ transport creation

use moq_transport::Transport; fn main() { let transport = Transport::new(); println!("Transport created"); }
Debug
Known issues
gotchaRequires QUIC support (e.g., quinn) and async runtime
fix
Add quinn and tokio as dependencies, use async main
affects: >=0.14.0
Upgrade
Version history
0.14.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
moq-transport — cargo add moq-transport · libregistry