moq-lite 0.17.0

Deprecated: renamed to moq-net. This crate re-exports moq-net for backwards compatibility and will not receive further updates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # moq-lite (deprecated)
//!
//! This crate has been renamed to [`moq-net`](https://crates.io/crates/moq-net) to clarify
//! that it is the networking layer for Media over QUIC. Under the hood it negotiates one
//! of two wire protocols at session setup: the simplified `moq-lite` protocol or the full
//! IETF `moq-transport` protocol.
//!
//! `moq-lite` now re-exports `moq-net` so existing code keeps building. It will not
//! receive future updates. Migrate by replacing the dependency and changing `moq_lite::`
//! to `moq_net::`.

pub use moq_net::*;