Crates.io | tokio-futures-byteorder |
lib.rs | tokio-futures-byteorder |
version | 0.2.0 |
source | src |
created_at | 2021-01-29 12:42:30.073975 |
updated_at | 2021-01-29 12:42:30.073975 |
description | Asynchronous library for reading/writing numbers in big-endian and little-endian. |
homepage | |
repository | https://github.com/samdenty/tokio-byteorder |
max_upload_size | |
id | 348023 |
size | 49,997 |
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
.