webrtc-util 0.17.1

Utilities for WebRTC.rs stack
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(target_family = "windows")]
mod windows;
#[cfg(target_family = "windows")]
pub use self::windows::ifaces;

#[cfg(target_family = "unix")]
mod unix;
#[cfg(target_family = "unix")]
pub use self::unix::ifaces;