Skip to main content

o_sfu_rfc/
lib.rs

1//! RFC helpers for protocol tokens and media constraints
2//!
3//! higher crates use these  when needs canonical token
4//! spelling, constrained numeric ranges or spec-defined parsing behavior
5
6pub mod jwt;
7pub mod port;
8pub mod rtp;
9pub mod webrtc;