Docs.rs
unix-udp-sock-0.8.0
unix-udp-sock 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
leshow
Dependencies
bytes ^1.1.0
normal
futures-core ^0.3.30
normal
futures-sink ^0.3.30
normal
libc ^0.2.153
normal
pin-project-lite ^0.2.14
normal
socket2 ^0.5.6
normal
tokio ^1.37.0
normal
tokio-util ^0.7.10
normal
tracing ^0.1.40
normal
Versions
83.72%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
unix_
udp_
sock
0.8.0
Module framed
Module Items
Structs
In crate unix_
udp_
sock
unix_udp_sock
Module
framed
Copy item path
Source
Structs
ยง
UdpFramed
A unified
Stream
and
Sink
interface to an underlying
UdpSocket
, using the
Encoder
and
Decoder
traits to encode and decode frames.