moq-loc 0.1.0

Low Overhead Container (LOC) frame encoding for MoQ
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 4 items with examples
  • Size
  • Source code size: 14.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 388.5 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • moq-dev/moq
    1295 178 47
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kixelated

Documentation Crates.io License: MIT

moq-loc

Frame encoding for the Low Overhead Container (LOC) defined in draft-ietf-moq-loc.

LOC packs a small set of property Key-Value-Pairs (timestamp, optional per-frame timescale, etc.) in front of a raw codec bitstream payload. This crate handles just the wire encoding; for catalog-driven dispatch see moq-mux.

See the API documentation for details.