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

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

#1647 in Encoding

Download history 2393/week @ 2024-03-24 2440/week @ 2024-03-31 2400/week @ 2024-04-07 3346/week @ 2024-04-14 2959/week @ 2024-04-21 2149/week @ 2024-04-28 2541/week @ 2024-05-05 2241/week @ 2024-05-12 2435/week @ 2024-05-19 2338/week @ 2024-05-26 2446/week @ 2024-06-02 2134/week @ 2024-06-09 2352/week @ 2024-06-16 2366/week @ 2024-06-23 1949/week @ 2024-06-30 2339/week @ 2024-07-07

9,058 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–3.5MB
~51K SLoC