datachannel-facade 0.2.0

Facade for cross-platform WebRTC DataChannels
Documentation
1
2
3
4
//! Platform-specific functionality.

#[cfg(not(target_arch = "wasm32"))]
pub mod native;