Docs.rs
async-codec-util-0.3.3
async-codec-util 0.3.3
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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
map
async_
codec_
util
0.3.3
In async_
codec_
util::
decoder
async_codec_util
::
decoder
Function
map
Copy item path
Source
pub fn map<D, F>(decoder: D, f: F) ->
Map
<D, F>
Expand description
Chain a compution on the result of a decoder.