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