Registry / networking / webrtc-util

webrtc-util

JSON →
library0.17.1rscratesunverified

Utilities for the WebRTC.rs stack.

# Cargo.toml [dependencies] webrtc-util = "0.17.1"
INSTALL
IMPORT
SIG · WEBRTC-UTIL
W
webrtc-util
networkingrustv0.17.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Marshal
✓ use webrtc_util::marshal::Marshal;

Use marshalling utilities from the WebRTC stack.

use webrtc_util::marshal::Marshal; // Example: implement Marshal for a custom type struct MyData; impl Marshal for MyData { fn marshal(&self) -> Vec<u8> { vec![] } }
Debug
Known issues
gotchaPart of a larger WebRTC ecosystem; may require other webrtc-rs crates.
fix
Add webrtc-rs dependencies as needed for full functionality.
affects: >=0.17.0
Upgrade
Version history
0.17.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
webrtc-util — cargo add webrtc-util · libregistry