Crate moq_proto

Crate moq_proto 

Source
Expand description

An fork of the MoQ Transport protocol.

MoQ Transfork is a pub/sub protocol over QUIC. While originally designed for live media, MoQ Transfork is generic and can be used for other live applications. The specification is a work in progress and will change. See the specification and github for any updates.

This crate contains any runtime agnostic components. It’s currently super simple but will be expanded as Tokio becomes more of a hindrence.

Modules§

coding
This module contains encoding and decoding helpers.
message
Low-level message sent over the wire, as defined in the specification.