webrtc-data 0.17.1

A pure Rust implementation of WebRTC DataChannel API
Documentation
1
2
3
4
5
6
7
8
#![warn(rust_2018_idioms)]
#![allow(dead_code)]

pub mod data_channel;
mod error;
pub mod message;

pub use error::Error;