#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

#1355 in Encoding

Download history 2268/week @ 2025-01-27 1533/week @ 2025-02-03 2095/week @ 2025-02-10 1373/week @ 2025-02-17 1924/week @ 2025-02-24 2164/week @ 2025-03-03 2244/week @ 2025-03-10 2560/week @ 2025-03-17 2415/week @ 2025-03-24 2638/week @ 2025-03-31 2393/week @ 2025-04-07 2208/week @ 2025-04-14 2559/week @ 2025-04-21 2099/week @ 2025-04-28 2025/week @ 2025-05-05 2659/week @ 2025-05-12

9,392 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.1–9.5MB
~50K SLoC