#byte #endian #big-endian #little-endian #tokio

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

#683 in Encoding

Download history 241/week @ 2022-11-28 249/week @ 2022-12-05 365/week @ 2022-12-12 283/week @ 2022-12-19 70/week @ 2022-12-26 539/week @ 2023-01-02 580/week @ 2023-01-09 402/week @ 2023-01-16 648/week @ 2023-01-23 495/week @ 2023-01-30 469/week @ 2023-02-06 396/week @ 2023-02-13 389/week @ 2023-02-20 344/week @ 2023-02-27 573/week @ 2023-03-06 402/week @ 2023-03-13

1,726 downloads per month
Used in 6 crates (5 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–6.5MB
~91K SLoC