Docs.rs
broker-tokio-0.2.16
broker-tokio 0.2.16
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bevanhunt
Dependencies
bytes ^0.5.0
normal
fnv ^1.0.6
normal
optional
futures-core ^0.3.0
normal
optional
iovec ^0.1.4
normal
optional
lazy_static ^1.0.2
normal
optional
memchr ^2.2
normal
optional
mio ^0.6.20
normal
optional
num_cpus ^1.8.0
normal
optional
pin-project-lite ^0.1.1
normal
slab ^0.4.1
normal
optional
tokio-macros ^0.2.3
normal
optional
futures ^0.3.0
dev
proptest ^0.9.4
dev
tempfile ^3.1.0
dev
tokio-test ^0.2.0
dev
loom ^0.2.13
dev
libc ^0.2.42
normal
optional
mio-uds ^0.6.5
normal
optional
signal-hook-registry ^1.1.1
normal
optional
mio-named-pipes ^0.1.6
normal
optional
winapi ^0.3.8
normal
optional
Versions
100%
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
broker_
tokio
0.2.16
Module udp
Module Items
Structs
In broker_
tokio::
net
broker_tokio
::
net
Module
udp
Copy item path
Source
Available on
crate feature
udp
only.
Expand description
UDP utility types.
Structs
ยง
Recv
Half
The recv half after
split
.
Reunite
Error
Error indicating two halves were not from the same socket, and thus could not be
reunite
d.
Send
Half
The send half after
split
.