Docs.rs
webrtc-data-0.10.0
webrtc-data 0.10.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
bytes ^1
normal
log ^0.4
normal
portable-atomic ^1.6
normal
webrtc-sctp ^0.11.0
normal
thiserror ^1
normal
tokio ^1.32.0
normal
webrtc-util ^0.10.0
normal
chrono ^0.4.28
dev
env_logger ^0.11.3
dev
tokio-test ^0.4
dev
Versions
43.37%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
webrtc_
data
0.10.0
Module data_
channel
Module Items
Structs
In crate webrtc_
data
webrtc_data
Module
data_channel
Copy item path
Source
Structs
ยง
Config
Config is used to configure the data channel.
Data
Channel
DataChannel represents a data channel
Poll
Data
Channel
A wrapper around around
DataChannel
, which implements
AsyncRead
and
AsyncWrite
.