Crates.io | tokio-byteorder |
lib.rs | tokio-byteorder |
version | 0.3.0 |
source | src |
created_at | 2019-09-05 21:19:29.814144 |
updated_at | 2021-02-10 03:11:15.630741 |
description | Asynchronous library for reading/writing numbers in big-endian and little-endian. |
homepage | |
repository | https://github.com/jonhoo/tokio-byteorder |
max_upload_size | |
id | 162592 |
size | 48,232 |
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
.