#little-endian #big-endian #tokio #codec #endian #byte #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

#934 in Encoding

Download history 2781/week @ 2024-11-21 1593/week @ 2024-11-28 2292/week @ 2024-12-05 2375/week @ 2024-12-12 1251/week @ 2024-12-19 959/week @ 2024-12-26 2200/week @ 2025-01-02 2824/week @ 2025-01-09 2120/week @ 2025-01-16 2502/week @ 2025-01-23 1643/week @ 2025-01-30 2022/week @ 2025-02-06 1554/week @ 2025-02-13 1849/week @ 2025-02-20 2072/week @ 2025-02-27 2024/week @ 2025-03-06

7,887 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
~52K SLoC