#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

#903 in Encoding

Download history 1662/week @ 2024-01-01 2463/week @ 2024-01-08 1783/week @ 2024-01-15 2391/week @ 2024-01-22 3017/week @ 2024-01-29 2279/week @ 2024-02-05 2117/week @ 2024-02-12 1798/week @ 2024-02-19 2618/week @ 2024-02-26 2500/week @ 2024-03-04 2296/week @ 2024-03-11 2687/week @ 2024-03-18 2357/week @ 2024-03-25 2463/week @ 2024-04-01 2412/week @ 2024-04-08 3358/week @ 2024-04-15

10,647 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