Docs.rs
webrtc-data-0.6.1
webrtc-data 0.6.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
bytes ^1
normal
derive_builder ^0.11.2
normal
log ^0.4.16
normal
webrtc-sctp ^0.8.0
normal
thiserror ^1.0
normal
tokio ^1.19
normal
webrtc-util ^0.7.0
normal
chrono ^0.4.23
dev
env_logger ^0.9.0
dev
tokio-test ^0.4.0
dev
Versions
50%
of the crate is documented
This release has been yanked, go to latest version
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
☰
Module data_channel
Structs
Enums
?
Module
webrtc_data
::
data_channel
source
·
[
−
]
Structs
Config
Config is used to configure the data channel.
ConfigBuilder
Builder for
Config
.
DataChannel
DataChannel represents a data channel
PollDataChannel
A wrapper around around
DataChannel
, which implements
AsyncRead
and
AsyncWrite
.
Enums
ConfigBuilderError
Error type for ConfigBuilder