Docs.rs
async-codec-util-0.3.3
async-codec-util 0.3.3
Permalink
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
AljoschaMeyer
jrobsonchase
Dependencies
async-codec ^0.3.0
normal
atm-io-utils ^0.2.5
normal
futures-core ^0.2.0-alpha
normal
futures-executor ^0.2.0-alpha
normal
futures-io ^0.2.0-alpha
normal
futures-util ^0.2.0-alpha
normal
async-byteorder ^0.3.0
dev
async-ringbuffer ^0.3.1
dev
quickcheck ^0.6
dev
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
codec_
util
0.3.3
Module encoder
Module Items
Structs
Functions
In crate async_
codec_
util
async_codec_util
Module
encoder
Copy item path
Source
Expand description
Utilities for working with encoders.
Structs
§
Chain
Wraps two
AsyncEncode
s and encodes them in sequence.
Functions
§
chain
Chain two encoders, encoding them in sequence.