Docs.rs
async-byteorder-0.3.0
async-byteorder 0.3.0
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
AljoschaMeyer
Dependencies
async-codec ^0.3.0
normal
async-codec-util ^0.3.0
normal
atm-io-utils ^0.2.4
normal
futures-core ^0.2.0-alpha
normal
futures-io ^0.2.0-alpha
normal
async-ringbuffer ^0.3.0
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
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
async_
byteorder
0.3.0
async_byteorder
Function
decode_u32_le
Copy item path
Source
pub fn decode_u32_le() ->
DecodeLE
Expand description
Create a decoder for a
u32
in little-endian byte order.