tokio-byteorder

Crates.iotokio-byteorder
lib.rstokio-byteorder
version0.3.0
sourcesrc
created_at2019-09-05 21:19:29.814144
updated_at2021-02-10 03:11:15.630741
descriptionAsynchronous library for reading/writing numbers in big-endian and little-endian.
homepage
repositoryhttps://github.com/jonhoo/tokio-byteorder
max_upload_size
id162592
size48,232
Jon Gjengset (jonhoo)

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: 16

cargo fmt