3 releases (breaking)
0.3.0 | Feb 10, 2021 |
---|---|
0.2.0 | Dec 2, 2019 |
0.1.0 | Sep 5, 2019 |
#1582 in Encoding
8,256 downloads per month
Used in 9 crates
(7 directly)
45KB
337 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
~2.2–8MB
~51K SLoC