tokio-futures-byteorder

Crates.iotokio-futures-byteorder
lib.rstokio-futures-byteorder
version0.2.0
sourcesrc
created_at2021-01-29 12:42:30.073975
updated_at2021-01-29 12:42:30.073975
descriptionAsynchronous library for reading/writing numbers in big-endian and little-endian.
homepage
repositoryhttps://github.com/samdenty/tokio-byteorder
max_upload_size
id348023
size49,997
Sam Denty (samdenty)

documentation

README

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.

Commit count: 14

cargo fmt