#little-endian #big-endian #tokio #byte #codec #endian #async-io

tokio-byteorder

Asynchronous library for reading/writing numbers in big-endian and little-endian

3 releases (breaking)

0.3.0 Feb 10, 2021
0.2.0 Dec 2, 2019
0.1.0 Sep 5, 2019

#1582 in Encoding

Download history 2449/week @ 2024-06-01 2103/week @ 2024-06-08 2320/week @ 2024-06-15 2429/week @ 2024-06-22 1931/week @ 2024-06-29 2349/week @ 2024-07-06 2349/week @ 2024-07-13 2227/week @ 2024-07-20 2784/week @ 2024-07-27 2121/week @ 2024-08-03 2111/week @ 2024-08-10 1875/week @ 2024-08-17 1856/week @ 2024-08-24 2232/week @ 2024-08-31 2233/week @ 2024-09-07 1585/week @ 2024-09-14

8,256 downloads per month
Used in 9 crates (7 directly)

Unlicense OR MIT

45KB
337 lines

Crates.io Documentation Build Status Codecov Dependency status

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