webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
4.08k stars 363 forks source link

Add spec links to public items #591

Closed Serial-ATA closed 3 months ago

Serial-ATA commented 3 months ago

This adds a Specifications section to a bunch of public items, linking to MDN, W3C, and RFCs.

This doesn't cover all public items, but it is a good start, since #55 is still in progress.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.36%. Comparing base (19004ef) to head (04f7082).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #591 +/- ## ========================================== - Coverage 61.36% 61.36% -0.01% ========================================== Files 532 532 Lines 49719 49719 Branches 12620 12620 ========================================== - Hits 30509 30508 -1 - Misses 9866 9868 +2 + Partials 9344 9343 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.