Docs.rs
tokio-util-0.2.0
tokio-util 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
carllerche
Darksonn
github:tokio-rs:core
Dependencies
bytes ^0.5.0
normal
futures-core ^0.3.0
normal
futures-sink ^0.3.0
normal
log ^0.4
normal
pin-project-lite ^0.1.1
normal
tokio ^0.2.0
normal
futures ^0.3.0
dev
tokio ^0.2.0
dev
tokio-test ^0.2.0
dev
Versions
Go to latest version
Platform
i686-apple-darwin
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
☰
1
2
3
4
//! UDP framing
mod
frame
;
pub
use
self
::
frame
::
UdpFramed
;