#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

#953 in Encoding

Download history 2031/week @ 2024-09-21 1683/week @ 2024-09-28 1898/week @ 2024-10-05 2107/week @ 2024-10-12 2680/week @ 2024-10-19 2176/week @ 2024-10-26 2056/week @ 2024-11-02 2286/week @ 2024-11-09 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 1993/week @ 2025-01-04

6,867 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–7.5MB
~52K SLoC