3 releases (breaking)
0.3.0 | Feb 10, 2021 |
---|---|
0.2.0 | Dec 2, 2019 |
0.1.0 | Sep 5, 2019 |
#683 in Encoding
1,726 downloads per month
Used in 6 crates
(5 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–6.5MB
~91K SLoC