moq-pattern 0.1.0

Exact path patterns for Media over QUIC: grammar, matching, and set algebra.
Documentation
  • Coverage
  • 100%
    18 out of 18 items documented0 out of 0 items with examples
  • Size
  • Source code size: 89.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • moq-dev/moq
    1541 248 73
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kixelated

Documentation Crates.io License: MIT

moq-pattern

Exact path patterns for Media over QUIC: grammar, matching, and set algebra.

A pattern describes a set of broadcast paths. This crate provides a shared grammar for tokens, origin scopes, announce interests, and wildcard advertisements. Integrating patterns into those consumers is separate work. Literal paths stay coordinates; moq-net's Path and @moq/net's path module keep construction, joins, and prefix operations.

moq-net and moq-auth re-export these types. The TypeScript twin is @moq/pattern.

cargo add moq-pattern

See docs.rs/moq-pattern for the grammar, the CAT/C4M common subset, and the literal-path rollout.