#endianness #little-endian #big-endian #async-io #tokio #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

#927 in Encoding

Download history 2483/week @ 2024-11-16 2286/week @ 2024-11-23 2055/week @ 2024-11-30 2410/week @ 2024-12-07 2104/week @ 2024-12-14 970/week @ 2024-12-21 1392/week @ 2024-12-28 2469/week @ 2025-01-04 2665/week @ 2025-01-11 2219/week @ 2025-01-18 2367/week @ 2025-01-25 1502/week @ 2025-02-01 2109/week @ 2025-02-08 1311/week @ 2025-02-15 2029/week @ 2025-02-22 2115/week @ 2025-03-01

7,946 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