moqtap-codec 0.2.0

MoQT (Media over QUIC Transport) wire codec — draft-07 through draft-18 message encoding/decoding
Documentation
1
2
3
4
5
6
7
//! MoQT wire codec for draft-07.
/// Data stream headers (subgroup, datagram, fetch, object).
pub mod data_stream;
/// Control message types with encode/decode.
pub mod message;
/// Draft-07 specific types (Role, ObjectStatus).
pub mod types;