#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

#747 in Encoding

Download history 2703/week @ 2023-11-30 2137/week @ 2023-12-07 2000/week @ 2023-12-14 1201/week @ 2023-12-21 1323/week @ 2023-12-28 2450/week @ 2024-01-04 1982/week @ 2024-01-11 2058/week @ 2024-01-18 2884/week @ 2024-01-25 2681/week @ 2024-02-01 2046/week @ 2024-02-08 1732/week @ 2024-02-15 2390/week @ 2024-02-22 2653/week @ 2024-02-29 2312/week @ 2024-03-07 1962/week @ 2024-03-14

9,549 downloads per month
Used in 8 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
~50K SLoC