1 unstable release
0.2.0 | Jan 29, 2021 |
---|
#17 in #big-endian
66 downloads per month
Used in 4 crates
(2 directly)
45KB
340 lines
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
.
Dependencies
~3MB
~42K SLoC