Crates.io Documentation Build Status Codecov Dependency status

This crate provides convenience methods for encoding and decoding numbers in either [big-endian or little-endian order] on top of asynchronous I/O streams. It owes everything to the magnificent [byteorder] crate. This crate only provides a shim to [AsyncRead] and [AsyncWrite].